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

SQLite plugin for Datapod ORM.

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
    connection: my_sqlite_conn

In connections.yaml:

connections:
  - name: my_sqlite_conn
    path: my_db.sqlite
    # or path: ":memory:" for in-memory database

For full documentation, see the root README.

0
likes
110
points
60
downloads

Publisher

unverified uploader

Weekly Downloads

SQLite plugin for Datapod ORM.

Repository (GitHub)
View/report issues

Topics

#orm #database #sqlite

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

datapod_api, datapod_engine, logging, path, sqlite3

More

Packages that depend on datapod_sqlite