All Projects → tomjschuster → Sequelize Ui

tomjschuster / Sequelize Ui

Licence: mit
Browser-based GUI for previewing and generating Sequelize project files.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Sequelize Ui

Jooq
jOOQ is the best way to write SQL in Java
Stars: ✭ 4,695 (+3206.34%)
Mutual labels:  sql, orm, database, code-generator
Nano Sql
Universal database layer for the client, server & mobile devices. It's like Lego for databases.
Stars: ✭ 717 (+404.93%)
Mutual labels:  sql, orm, database
Sequelize
An easy-to-use and promise-based multi SQL dialects ORM tool for Node.js
Stars: ✭ 25,422 (+17802.82%)
Mutual labels:  sql, orm, sequelize
Gorose
GoRose(go orm), a mini database ORM for golang, which inspired by the famous php framwork laravle's eloquent. It will be friendly for php developer and python or ruby developer. Currently provides six major database drivers: mysql,sqlite3,postgres,oracle,mssql, Clickhouse.
Stars: ✭ 947 (+566.9%)
Mutual labels:  sql, orm, database
Qb
The database toolkit for go
Stars: ✭ 524 (+269.01%)
Mutual labels:  sql, orm, database
Go Sqlbuilder
A flexible and powerful SQL string builder library plus a zero-config ORM.
Stars: ✭ 539 (+279.58%)
Mutual labels:  sql, orm, database
Nextjs Sequelize
Next.js With Sequelize Web Application, a Full-Stack Web App Development Boilerplate. https://medium.com/@defrian.yarfi/next-js-with-sequelize-web-application-a-full-stack-web-development-a0051074e998
Stars: ✭ 21 (-85.21%)
Mutual labels:  orm, sequelize, database
Gnorm
A database-first code generator for any language
Stars: ✭ 415 (+192.25%)
Mutual labels:  sql, orm, database
Dbx
A neat codegen-based database wrapper written in Go
Stars: ✭ 68 (-52.11%)
Mutual labels:  sql, orm, database
Ebean
Ebean ORM
Stars: ✭ 1,172 (+725.35%)
Mutual labels:  sql, orm, database
Evolutility Server Node
Model-driven REST or GraphQL backend for CRUD and more, written in Javascript, using Node.js, Express, and PostgreSQL.
Stars: ✭ 84 (-40.85%)
Mutual labels:  sql, orm, database
Pg
Golang ORM with focus on PostgreSQL features and performance
Stars: ✭ 4,918 (+3363.38%)
Mutual labels:  sql, orm, database
Stratosdb
☄️ ☁️ An All-in-One GUI for Cloud SQL that can help users design and test their AWS RDS Instances
Stars: ✭ 140 (-1.41%)
Mutual labels:  sql, database, gui
Godb
A Go SQL query builder and struct mapper.
Stars: ✭ 651 (+358.45%)
Mutual labels:  sql, orm, database
Android Orma
An ORM for Android with type-safety and painless smart migrations
Stars: ✭ 442 (+211.27%)
Mutual labels:  sql, orm, database
Express Knex Objection
A simple API system on a pg database, using knex and objection to simplify connection and management
Stars: ✭ 20 (-85.92%)
Mutual labels:  sql, orm, database
Jet
Type safe SQL builder with code generation and automatic query result data mapping
Stars: ✭ 373 (+162.68%)
Mutual labels:  sql, database, code-generator
Dbeaver
Free universal database tool and SQL client
Stars: ✭ 23,752 (+16626.76%)
Mutual labels:  sql, database, gui
Fluent
Vapor ORM (queries, models, and relations) for NoSQL and SQL databases
Stars: ✭ 1,071 (+654.23%)
Mutual labels:  sql, orm, database
Sequelize
Sequelize module for Nest framework (node.js) 🍈
Stars: ✭ 88 (-38.03%)
Mutual labels:  sql, orm, sequelize

sequelize-ui

Build Status

About

Sequelize UI provides a user-friendly interface for designing a relational database and generating Sequelize ORM model code for a Node.js project.

Demo of creating a model using the GUI

Use the code previewer to see the generated Sequelize code for your models, including configuration such as table/column name casing and pluralization.

Demo of previewing generated Sequelize code

Download your generated Sequelize project, and run it immediately.

Demo of downloading and running generated Sequelize code

Using Sequelize UI

You can use Sequelize UI at sequelizeui.app or you can run it locally:

git clone https://github.com/tomjschuster/sequelize-ui.git
cd sequelize-ui
npm install
npm run dev

Future enhancements

  • Multiple Projects
  • Select Driver
  • Migrations
  • Sequelize v5 templates
  • Generate code for multiple frameworks
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].