Created by: mgatny
- New session settings:
SQLDriverandSQLDataSourceName - Uses the
sqlpkg directly (no external deps) - The DDL files in
_sql/are borrowed fromquickfix/c++andquickfix/j - Only tested with
sqlite3driver so far - Should work with the
mysqldriver (will probably needparseTime=truein the DSN) - It may be useful going forward to have separate mysql, sqlite, postgresql, etc. impls of
sqlStoreto work around the differences (e.g.DATETIMEparsing and?vs$1in prepared statements)
Refs #88 (closed)