| Crates.io | diesel_schema_parser |
| lib.rs | diesel_schema_parser |
| version | 0.1.3 |
| created_at | 2021-01-22 20:19:53.860115+00 |
| updated_at | 2021-01-23 18:05:53.764374+00 |
| description | Diesel Schema Parser and Model Generator |
| homepage | https://github.com/HGHimself/diesel-schema-parser |
| repository | https://github.com/HGHimself/diesel-schema-parser |
| max_upload_size | |
| id | 345424 |
| size | 21,617 |
A tool to parse your Schema files generated by Diesel and Generate Models for you to use.
To run, you need a list of things:
schema.rs file.db-schema-parser-config.json (see examples)With all of these things in place, all you have to do is configure and then run the binary!