| Crates.io | graphql-codegen-rust |
| lib.rs | graphql-codegen-rust |
| version | 0.1.0 |
| created_at | 2025-10-03 00:14:56.686205+00 |
| updated_at | 2025-10-03 00:14:56.686205+00 |
| description | Generate Rust ORM code from GraphQL schemas |
| homepage | https://github.com/michakfromparis/graphql-codegen-rust |
| repository | https://github.com/michakfromparis/graphql-codegen-rust |
| max_upload_size | |
| id | 1865377 |
| size | 323,219 |
The missing piece for offline-first applications 🚀
A powerful Rust CLI tool that transforms GraphQL schemas into production-ready database code. Built specifically for developers creating offline-first applications with Tauri, it bridges the gap between GraphQL APIs and local data persistence.
cargo install graphql-codegen-rust
git clone https://github.com/michakfromparis/graphql-codegen-rust.git
cd graphql-codegen-rust
cargo build --release
# Initialize your project
graphql-codegen-rust init \
--url https://api.example.com/graphql \
--orm diesel \
--db sqlite \
--output ./src/db
That's it! You'll get:
Ready to build offline-first apps with confidence? Dive into the Getting Started guide.
MIT License - see LICENSE for details.
Built with ❤️ for the offline-first future