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

outdated

Dart based db utilities.

0.7.0 #

  • libraries upgrade
  • migrate to null safety

0.6.2 #

  • fix for mbtiles metadata reading bug.

0.6.1 #

  • deps libs upgrade.

0.6.0 #

  • Force the error debug message to be completed with Exception adn Stacktrace.

0.5.1 #

  • QueryObjectBuilder method change to reflect new api and avoid downstream confusion.

0.5.0 #

  • add first simple postgresql support.

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.