rust-d1-orm 0.1.1

Query builder / ORM for Cloudflare D1, targeting wasm32-unknown-unknown
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "rust-d1-orm"
description = "Query builder / ORM for Cloudflare D1, targeting wasm32-unknown-unknown"
keywords = ["wasm", "cloudflare", "d1", "orm", "workers"]
categories = ["database", "wasm", "development-tools"]
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
authors.workspace = true

[lib]
crate-type = ["rlib"]

[dependencies]
d1-orm-engine    = { workspace = true }
d1-orm-query     = { workspace = true }
d1-orm-migration = { workspace = true }