Install Prax and set up your development environment.
Install the Prax CLI tool for schema management and code generation:
Add Prax to your Cargo.toml:
| Feature | Description |
|---|---|
postgres |
PostgreSQL driver support |
mysql |
MySQL driver support |
sqlite |
SQLite driver support |
serde |
Enable serde serialization for models |
graphql |
Generate async-graphql compatible types |