Crates.io | dsync-hasezoey |
lib.rs | dsync-hasezoey |
version | 0.3.0+deprecated |
source | src |
created_at | 2023-07-06 21:50:02.703026 |
updated_at | 2024-08-24 12:16:16.848796 |
description | Generate rust structs & query functions from diesel schema files. |
homepage | |
repository | https://github.com/hasezoey/dsync |
max_upload_size | |
id | 910286 |
size | 25,367 |
This is a fork of Wulf's dsync with some Pull Requests merged, see Difference with original
For a library, use libdsync-hasezoey crates.io or libdsync-hasezoey github
Usage:
dsync -i src/schema.rs -o src/models -c "diesel::SqliteConnection"
All cli options can be found here or via dsync --help
.