Fodark / Express Knex Objection
A simple API system on a pg database, using knex and objection to simplify connection and management
Stars: ✭ 20
Programming Languages
javascript
184084 projects - #8 most used programming language
Projects that are alternatives of or similar to Express Knex Objection
Gnorm
A database-first code generator for any language
Stars: ✭ 415 (+1975%)
Mutual labels: database-schema, sql, orm, database
App
Directus Admin Application — An Intuitive WebApp for Managing Database Content
Stars: ✭ 464 (+2220%)
Mutual labels: api, sql, database
Android Orma
An ORM for Android with type-safety and painless smart migrations
Stars: ✭ 442 (+2110%)
Mutual labels: sql, orm, database
Pg
Golang ORM with focus on PostgreSQL features and performance
Stars: ✭ 4,918 (+24490%)
Mutual labels: sql, orm, database
Rel
💎 Modern Database Access Layer for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API
Stars: ✭ 317 (+1485%)
Mutual labels: sql, orm, database
Freezer
A simple & fluent Android ORM, how can it be easier ? RxJava2 compatible
Stars: ✭ 326 (+1530%)
Mutual labels: sql, orm, database
V8 Archive
Directus Database API — Wraps Custom SQL Databases with a REST/GraphQL API
Stars: ✭ 486 (+2330%)
Mutual labels: api, sql, database
Data Science Best Resources
Carefully curated resource links for data science in one place
Stars: ✭ 1,104 (+5420%)
Mutual labels: api, sql, database
Node Pg Migrate
Node.js database migration management for Postgresql
Stars: ✭ 838 (+4090%)
Mutual labels: api, sql, database
Go Sqlbuilder
A flexible and powerful SQL string builder library plus a zero-config ORM.
Stars: ✭ 539 (+2595%)
Mutual labels: sql, orm, database
Erd
A Rails engine for drawing your app's ER diagram
Stars: ✭ 296 (+1380%)
Mutual labels: database-schema, database-migrations, database
Stackoverflow Clone
Clone project of a famous Q/A website for developers which is stackoverflow built using MySQL-Express-React-Node 🌐
Stars: ✭ 182 (+810%)
Mutual labels: api, sql, database
Godb
A Go SQL query builder and struct mapper.
Stars: ✭ 651 (+3155%)
Mutual labels: sql, orm, database
Directus Docker
Directus 6 Docker — Legacy Container [EOL]
Stars: ✭ 68 (+240%)
Mutual labels: api, sql, database
Jooq
jOOQ is the best way to write SQL in Java
Stars: ✭ 4,695 (+23375%)
Mutual labels: sql, orm, database
Obevo
Obevo is a database deployment tool that handles enterprise scale schemas and complexity
Stars: ✭ 192 (+860%)
Mutual labels: database-schema, database-migrations, database
Fluentmigrator
Fluent migrations framework for .NET
Stars: ✭ 2,636 (+13080%)
Mutual labels: database-schema, sql, database
Express/Knex/Objection
A simple scaffold application for showing database connection and management on Node.js The guide leading to this result can be found here.
What's included
-
pg
- PostreSQL module -
knex
- Query builder -
objection
- ORM built upon Knex -
express
- API framework
What does it do
It provides a simple user/message database and shows how relation can be modelled with Objection Model class. It also shows how to use eager loading to get related queries.
How to use it
- Clone this repo:
git clone https://github.com/Fodark/express-knex-objection
cd express-knex-objection
-
npm install
to install required packages - Modify database connection according to your machine in
knexfile.js
-
npm start
to start the server - Point to
localhost:3000/api/users
to test if it's working
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].