An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Codegenta

[![Latest Version](https://img.shields.io/crates/v/codegenta.svg)](https://crates.io/crates/codegenta)
[![Build Status](https://api.travis-ci.org/ivanceras/codegenta.svg)](https://travis-ci.org/ivanceras/codegenta)
[![Coverage Status](https://coveralls.io/repos/ivanceras/codegenta/badge.svg?branch=master&service=github)](https://coveralls.io/github/ivanceras/codegenta?branch=master)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./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.

![](https://raw.githubusercontent.com/ivanceras/codegenta/master/kutsinta.png)

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)