dsync-hasezoey

Crates.iodsync-hasezoey
lib.rsdsync-hasezoey
version0.2.0
sourcesrc
created_at2023-07-06 21:50:02.703026
updated_at2023-07-09 14:16:22.928584
descriptionGenerate rust structs & query functions from diesel schema files.
homepage
repositoryhttps://github.com/hasezoey/dsync
max_upload_size
id910286
size24,098
hasezoey (hasezoey)

documentation

README

libdsync-hasezoey

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.

Commit count: 135

cargo fmt