https://github.com/ivanceras/codegenta
Generate source code for your models which corresponds from the database tables
https://github.com/ivanceras/codegenta
Last synced: 9 months ago
JSON representation
Generate source code for your models which corresponds from the database tables
- Host: GitHub
- URL: https://github.com/ivanceras/codegenta
- Owner: ivanceras
- License: mit
- Created: 2015-07-05T07:39:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-18T04:59:26.000Z (over 9 years ago)
- Last Synced: 2025-04-11T15:24:27.115Z (9 months ago)
- Language: Rust
- Size: 31.3 MB
- Stars: 15
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Codegenta
[](https://crates.io/crates/codegenta)
[](https://travis-ci.org/ivanceras/codegenta)
[](https://coveralls.io/github/ivanceras/codegenta?branch=master)
[](./LICENSE)
is code generation tool designed to work along side with rustorm to eagerly create Rust structs based on the database tables meta data information.

This project may be discontinued as it's goal is already achieved in diesel.rs
If you are looking for a concise ORM and model code generator head over to [diesel.rs](https://diesel.rs)