conduit_sqlite 7.0.0
conduit_sqlite: ^7.0.0 copied to clipboard
SQLite ORM backend for conduit. Embedded / in-process; closes the test-harness gap by enabling no-Docker test fixtures.
conduit_sqlite #
SQLite ORM backend for Conduit. Embedded and in-process — closes the test-harness gap by enabling no-Docker test fixtures, and supports edge / single-file deployments.
See doc/usage.md for the integration walkthrough.
Status #
Published from the Conduit 7.0.0 release. v1 is JIT-only: the
conduit_build_runner ManagedObjectBuilder does not yet support
@Relate, so non-trivial ORM apps cannot AOT-compile against this
backend until that lands.