declarative_sqlite 1.0.1 copy "declarative_sqlite: ^1.0.1" to clipboard
declarative_sqlite: ^1.0.1 copied to clipboard

A dart package for declaratively creating SQLite tables and automatically migrating them.

1.0.1 #

Features #

  • Complete rewrite with simplified, reactive database operations
  • Declarative schema definition with automatic table creation
  • Query builder with type-safe operations
  • Streaming queries for reactive UIs
  • File repository integration
  • Comprehensive test coverage

API Changes #

  • Removed transaction support for simplicity
  • Removed sync manager and HLC support
  • Streamlined DeclarativeDatabase.open() method
  • Updated query methods: query(), queryMaps(), streamRecords()
  • Simplified schema building with SchemaBuilder

Documentation #

  • Updated all examples to use current API
  • Added comprehensive test suite
  • Updated README with correct usage patterns
1
likes
0
points
212
downloads

Publisher

verified publisherlinden.no

Weekly Downloads

A dart package for declaratively creating SQLite tables and automatically migrating them.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

async, async_locks, collection, crypto, equatable, meta, path, path_provider, pool, rxdart, sqflite_common, uuid

More

Packages that depend on declarative_sqlite