All Projects → andyforever → Sequelizer

andyforever / Sequelizer

Licence: other
A GUI Desktop App for export sequelize models from database automatically.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Sequelizer

Sequelize
An easy-to-use and promise-based multi SQL dialects ORM tool for Node.js
Stars: ✭ 25,422 (+9212.09%)
Mutual labels:  orm, transactions, mysql, sequelize
Prisma
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite & MongoDB (Preview)
Stars: ✭ 18,168 (+6554.95%)
Mutual labels:  orm, database, mysql
Granite
ORM Model with Adapters for mysql, pg, sqlite in the Crystal Language.
Stars: ✭ 238 (-12.82%)
Mutual labels:  orm, database, mysql
Mikro Orm
TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, MariaDB, PostgreSQL and SQLite databases.
Stars: ✭ 3,874 (+1319.05%)
Mutual labels:  orm, database, mysql
Db
Data access layer for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features.
Stars: ✭ 2,832 (+937.36%)
Mutual labels:  orm, database, mysql
Topaz
A simple and useful db wrapper for Crystal-lang
Stars: ✭ 56 (-79.49%)
Mutual labels:  orm, database, model
Sequelize Ui
Browser-based GUI for previewing and generating Sequelize project files.
Stars: ✭ 142 (-47.99%)
Mutual labels:  orm, sequelize, database
Goloquent
This repo no longer under maintenance, please go to https://github.com/si3nloong/sqlike
Stars: ✭ 16 (-94.14%)
Mutual labels:  orm, database, mysql
Pomelo.entityframeworkcore.mysql
Entity Framework Core provider for MySQL and MariaDB built on top of MySqlConnector
Stars: ✭ 2,099 (+668.86%)
Mutual labels:  orm, database, mysql
Linq2db
Linq to database provider.
Stars: ✭ 2,211 (+709.89%)
Mutual labels:  orm, database, mysql
Nut
Advanced, Powerful and easy to use ORM for Qt
Stars: ✭ 181 (-33.7%)
Mutual labels:  orm, database, mysql
Gormt
database to golang struct
Stars: ✭ 1,063 (+289.38%)
Mutual labels:  orm, database, mysql
Hunt Entity
An object-relational mapping (ORM) framework for D language (Similar to JPA / Doctrine), support PostgreSQL and MySQL.
Stars: ✭ 51 (-81.32%)
Mutual labels:  orm, database, mysql
Ebean
Ebean ORM
Stars: ✭ 1,172 (+329.3%)
Mutual labels:  orm, database, mysql
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 (-92.31%)
Mutual labels:  orm, sequelize, database
Sqlingo
💥 A lightweight DSL & ORM which helps you to write SQL in Go.
Stars: ✭ 142 (-47.99%)
Mutual labels:  orm, database, mysql
Wetland
A Node.js ORM, mapping-based. Works with MySQL, PostgreSQL, SQLite and more.
Stars: ✭ 261 (-4.4%)
Mutual labels:  orm, database, mysql
Bookshelf
A simple Node.js ORM for PostgreSQL, MySQL and SQLite3 built on top of Knex.js
Stars: ✭ 6,252 (+2190.11%)
Mutual labels:  orm, database, mysql
Grimoire
Database access layer for golang
Stars: ✭ 151 (-44.69%)
Mutual labels:  orm, database, mysql
Simple Crud
PHP library to provide magic CRUD in MySQL/Sqlite databases with zero configuration
Stars: ✭ 190 (-30.4%)
Mutual labels:  orm, database, mysql

Sequelizer

A desktop application to export sequelize models automatically and visually.

# Clone this repository
git clone https://github.com/andyforever/sequelizer.git
# Go into the repository
cd sequelizer
# Install dependencies
npm install
# Run the app
npm start

Or do the same by executing one line

git clone https://github.com/andyforever/sequelizer.git && cd sequelizer && npm install && npm start

screenshot

Specially Thanks the great projects.

sequelize

squelize-auto

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].