Registry / database / sqlmo
library0.24.1rscratesunverified

SQL data primitives for generating SQL queries and auto-generating SQL migrations.

# Cargo.toml [dependencies] sqlmo = "0.24.1"
INSTALL
IMPORT
SIG · SQLMO
S
sqlmo
databaserustv0.24.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Table
use sqlmo::Table;

Create a new SQL table definition.

use sqlmo::Table; let table = Table::new("users"); println!("Table: {}", table.name());
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.24.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
sqlmo — cargo add sqlmo · libregistry