All Projects → gnormal → Gnorm

gnormal / Gnorm

Licence: other
A database-first code generator for any language

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Gnorm

Fluentmigrator
Fluent migrations framework for .NET
Stars: ✭ 2,636 (+535.18%)
Mutual labels:  database-schema, sql, database, mysql, postgres
Ebean
Ebean ORM
Stars: ✭ 1,172 (+182.41%)
Mutual labels:  sql, orm, database, mysql, postgres
Nut
Advanced, Powerful and easy to use ORM for Qt
Stars: ✭ 181 (-56.39%)
Mutual labels:  sql, orm, database, mysql
Migrate
Database migrations. CLI and Golang library.
Stars: ✭ 2,315 (+457.83%)
Mutual labels:  sql, database, mysql, postgres
Granite
ORM Model with Adapters for mysql, pg, sqlite in the Crystal Language.
Stars: ✭ 238 (-42.65%)
Mutual labels:  sql, orm, database, mysql
Jet
Type safe SQL builder with code generation and automatic query result data mapping
Stars: ✭ 373 (-10.12%)
Mutual labels:  sql, database, mysql, postgres
Goose
A database migration tool. Supports SQL migrations and Go functions.
Stars: ✭ 2,112 (+408.92%)
Mutual labels:  sql, database, mysql, postgres
Db
Data access layer for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features.
Stars: ✭ 2,832 (+582.41%)
Mutual labels:  sql, orm, database, mysql
Dbx
A neat codegen-based database wrapper written in Go
Stars: ✭ 68 (-83.61%)
Mutual labels:  sql, orm, database, code-generation
Sqlboiler
Generate a Go ORM tailored to your database schema.
Stars: ✭ 4,497 (+983.61%)
Mutual labels:  orm, database, mysql, postgres
Rel
💎 Modern Database Access Layer for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API
Stars: ✭ 317 (-23.61%)
Mutual labels:  sql, orm, database, mysql
Electrocrud
Database CRUD Application Built on Electron | MySQL, Postgres, SQLite
Stars: ✭ 1,267 (+205.3%)
Mutual labels:  sql, database, mysql, postgres
Evolutility Server Node
Model-driven REST or GraphQL backend for CRUD and more, written in Javascript, using Node.js, Express, and PostgreSQL.
Stars: ✭ 84 (-79.76%)
Mutual labels:  sql, orm, database, postgres
Linq2db
Linq to database provider.
Stars: ✭ 2,211 (+432.77%)
Mutual labels:  sql, orm, database, mysql
Architect
A set of tools which enhances ORMs written in Python with more features
Stars: ✭ 320 (-22.89%)
Mutual labels:  orm, database, mysql, postgres
Clear
Advanced ORM between postgreSQL and Crystal
Stars: ✭ 220 (-46.99%)
Mutual labels:  sql, orm, database, postgres
Migrate
Database migrations. CLI and Golang library.
Stars: ✭ 7,712 (+1758.31%)
Mutual labels:  sql, database, mysql, postgres
Goqu
SQL builder and query library for golang
Stars: ✭ 984 (+137.11%)
Mutual labels:  sql, database, mysql, postgres
Express Knex Objection
A simple API system on a pg database, using knex and objection to simplify connection and management
Stars: ✭ 20 (-95.18%)
Mutual labels:  database-schema, sql, orm, database
Wetland
A Node.js ORM, mapping-based. Works with MySQL, PostgreSQL, SQLite and more.
Stars: ✭ 261 (-37.11%)
Mutual labels:  orm, database, mysql, postgres

Build Status

GNORM

GNORM is Not an ORM.

About

Gnorm converts your database's schema into in-memory data structures which you can then feed into your own templates to produce code or documentation or whatever.

Gnorm is written in Go but can be used to generate any kind of textual output - ruby, python, protobufs, html, javascript, etc.

Gnorm uses templates you control, so that you can make the output look exactly how you want it to look. It can be used to generate type-safe database queries that are faster than a traditional ORM. It can also be used to create a REST or RPC API that exposes the data in your database.

Documentation

https://gnorm.org

Installing

Gnorm has no dependencies, just download and run the executable for your operating system. See our latest release.

Building

Note: Gnorm uses a go vanity url. To install with go get, run

go get gnorm.org/gnorm

However, using go get to install will mean that gnorm version doesn't report the correct data, and gnorm docs won't show you the docs in your browser.

For best results, use the magefile in the root of the repo, which will do all the build-time magic. To run it, install mage, then just run mage build.

$ go get github.com/magefile/mage
$ mage build

If you want to git clone instead (which should work fine since we vendor all dependencies), make sure you git clone into $GOPATH/src/gnorm.org/gnorm.

Discussion

If you have questions about Gnorm or want to hack on it, meet the devs on the #gnorm channel of gopher slack.

There's also the #gnorm-dev channel which has github integrations showing the work going on.

Contributing

See CONTRIBUTING.md

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].