Skip to content

A simple API system on a pg database, using knex and objection to simplify connection and management

Notifications You must be signed in to change notification settings

Fodark/express-knex-objection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published