datapod_sqlite 0.1.0 copy "datapod_sqlite: ^0.1.0" to clipboard
datapod_sqlite: ^0.1.0 copied to clipboard

SQLite database plugin for the Datapod ORM framework.

datapod_sqlite #

The SQLite database plugin for the Datapod ORM framework.

✨ Features #

  • Fully integrates SQLite into the Datapod ecosystem.
  • Supports both persistent file-based databases and :memory: databases.
  • Automated schema management and type mapping.

📖 Usage #

Add to your pubspec.yaml:

dependencies:
  datapod_sqlite: any

Then configure it in your databases.yaml:

databases:
  - name: my_db
    plugin: datapod_sqlite

For full documentation, see the root README.

0
likes
0
points
224
downloads

Publisher

unverified uploader

Weekly Downloads

SQLite database plugin for the Datapod ORM framework.

Repository (GitHub)
View/report issues

Topics

#orm #database #sqlite #persistence

License

unknown (license)

Dependencies

datapod_api, datapod_engine, logging, meta, sqlite3

More

Packages that depend on datapod_sqlite