SOCI / soci

Official repository of the SOCI - The C++ Database Access Library
http://soci.sourceforge.net/
Boost Software License 1.0
1.37k stars 472 forks source link

Add a `db_json` in the enum #1095

Open vadz opened 8 months ago

vadz commented 8 months ago

As more and more databases are adding a json type, is it possible to add a db_json in the enum ?

Originally posted by @Sildra in https://github.com/SOCI/soci/issues/954#issuecomment-1772517143

vadz commented 8 months ago

@Sildra Let's discuss separate things in their own issues.

FWIW it should, of course, be possible to add support for JSON, probably just mirroring the existing support for XML.