sqflite_orm 0.1.2 copy "sqflite_orm: ^0.1.2" to clipboard
sqflite_orm: ^0.1.2 copied to clipboard

A comprehensive Flutter/Dart SQLite ORM package with cross-platform support, automatic migrations, relationship handling, query builder, and web-based database management UI.

0.1.2 #

  • Added Finzo example app reference in README

0.1.1 #

  • Network access support for Web UI when debugging on Android devices
  • Improved Web UI with better pagination and styling

0.1.0 #

  • Initial release
  • Cross-platform SQLite database support (desktop, Android, iOS)
  • ORM with annotations (@Table, @Column, @PrimaryKey, @ForeignKey)
  • Relationship support (OneToMany, ManyToOne, ManyToMany)
  • Query builder with fluent API
  • Automatic migrations
  • Schema validation at runtime
  • Web UI for database management (localhost:4800)
  • Transaction support
2
likes
0
points
489
downloads

Publisher

unverified uploader

Weekly Downloads

A comprehensive Flutter/Dart SQLite ORM package with cross-platform support, automatic migrations, relationship handling, query builder, and web-based database management UI.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, meta, shelf, shelf_router, shelf_static, sqflite_common_ffi

More

Packages that depend on sqflite_orm