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

Cloudflare D1 adapter for Ormed using SQLite-compatible SQL compilation.

Changelog #

0.1.0 #

  • Initial D1 package release.
  • Added D1 HTTP transport abstraction.
  • Added D1 driver registration and adapter baseline using ormed_sqlite_core grammar/dialect.
  • Added DataSourceOptions.d1(...), DataSourceOptions.d1FromEnvironment(...), and ModelRegistry.d1DataSource(...) helpers for code-first D1 setup.
  • Added configurable HTTP retry/backoff and request timeout controls for D1 transport.
  • Added optional D1 debug logging for request/response troubleshooting.
  • Added verification examples for direct adapter use and DataSource-based configuration.
  • Changed D1 adapter to reuse ormed_sqlite_core SQL compilation behavior.
0
likes
150
points
81
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Cloudflare D1 adapter for Ormed using SQLite-compatible SQL compilation.

Repository (GitHub)
View/report issues

Topics

#orm #database #d1 #sqlite

Funding

Consider supporting this project:

www.buymeacoffee.com

License

MIT (license)

Dependencies

http, ormed, ormed_sqlite_core

More

Packages that depend on ormed_d1