dart_hydrologis_db 0.4.1 copy "dart_hydrologis_db: ^0.4.1" to clipboard
dart_hydrologis_db: ^0.4.1 copied to clipboard

outdated

Dart moor based db utilities.

0.4.1 #

  • add notnull to table column info.

0.4.0 #

  • ad SqlName utility class to make safe name usage easier. This breaks compatibility.

0.3.1 #

  • add table name escaping utility

0.3.0 #

  • remove deprecated moor_ffi and migrate to suggested sqlite3.
  • bring function creation to module.

0.2.1+1 #

  • added datatypes utility

0.2.1 #

  • add of mbtiles db type.

0.2.0 #

  • Use moor 0.7.0 to allow android rtree to be used.

0.1.0 #

  • Initial version, a wrapper to make sqlite handling simpler and have a set of testcases to build on.