sqlitec 0.0.3
sqlitec: ^0.0.3 copied to clipboard
Automatically generate code for converting sqlite to dart.
0.0.3 #
- Add and refine tests for parameter generation in select queries, including support for
like
,glob
,match
,regexp
, andin
expressions. - Ensure query arguments are generated with correct types and naming conventions.
- Minor code and documentation cleanups.
- Replaces the built-in code builder to the dart one.
0.0.2+2 #
- Fix insert code generation
- refactor builder's
- change all places to use internal code builder
0.0.2+1 #
- Update readme
0.0.2 #
- Update readme
0.0.1 #
- Initial release.