dartabase_core 1.0.2 dartabase_core: ^1.0.2 copied to clipboard
Dartabase core lib used by Dartabase tools
VERSION #
changelog 1.0.2
fixed some Dart > 2.0 issues
changelog 1.0.1
changed Dart SDK now: '>=2.0.0-dev <3.0.0'
changelog 1.0.0
changed Dart SDK to sdk: '>=2.0.0-dev.32.0 <2.0.0'
changelog 0.6.1
added missing sqlite string on configLoad
changelog 0.6.0
started adding sqlite support
changelog 0.5.2
fixed issue with default value for Date/Time
changelog 0.5.1
improved console output
adapted database type recognition to enable BLOBs
changelog 0.5.0
create backup of generated files if already exists and content changed
added database types for creating dart files from extracting existing databases
added variable relationDivider char_${relationDivider}_user eg char_2_user or char_t0_user
changelog 0.4.1
now using pretty print to store json in files
changelog 0.4.0
now working with _InternalLinkedHashMap instead of _LinkedHashMap