cppstddb
cppstddb copied to clipboard
Implement PostgreSQL driver
- [ ] Based on libpq
- [ ] Support binary format; this one is kind of tricky because of server side versions and the fact that the binary formats are specified in a header of the server side code (not available in libpq headers).
- [ ] Prepared statements ... ?