-
Updated
Dec 22, 2021 - JavaScript
#
objectionjs
Here are 100 public repositories matching this topic...
nodejs
api
jwt
sql
architecture
restful
postgresql
cookies
tests
starter-kit
objectionjs
framework-agnostic
express-boilerplate
nodejs-api
access-token
refresh-token
NestJS module for Objection
-
Updated
Dec 20, 2021 - TypeScript
Headless API-first content management system
-
Updated
Jul 19, 2021 - TypeScript
Feathers database adapter for Objection.js, an ORM based on KnexJS SQL query builder for Postgres, Redshift, MSSQL, MySQL, MariaDB, SQLite3, and Oracle. Forked from feathers-knex.
mysql
postgres
orm
knex
postgresql
feathersjs
feathers-service-adapter
objection-orm
feathers-knex
redshift
objectionjs
-
Updated
Nov 25, 2021 - JavaScript
Automatic password hashing for Objection.js
-
Updated
Sep 22, 2021 - JavaScript
Unique validation for Objection.js
-
Updated
May 28, 2021 - JavaScript
Objectionjs plugin to whitelist/blacklist model properties
-
Updated
Aug 15, 2021 - TypeScript
Automatic guid for Objection.js
-
Updated
Apr 11, 2021 - JavaScript
Automatically generate slugs for an Objection.js model
-
Updated
Oct 27, 2020 - JavaScript
GraphQL Sample Project
-
Updated
Nov 16, 2021 - JavaScript
A GraphQL (Apollo) Express server with JWT authentication, and using Objection.js ORM that automagically generates GQL schema types & resolvers.
nodejs
graphql
jwt
express
apollo
es6
knex
objection-orm
objectionjs
apollo-server
apollo-server-express
-
Updated
Mar 30, 2020 - JavaScript
A simple API system on a pg database, using knex and objection to simplify connection and management
nodejs
api
sql
orm
database
expressjs
database-migrations
objectionjs
database-schema
knexjs
knexjswithpostgresql
-
Updated
Aug 11, 2021 - JavaScript
Keyset pagination (cursor based pagination) plugin for Objection.js
-
Updated
Jan 5, 2021 - JavaScript
Practicas realizadas utilizando graphql
react
graphql
babel
express
node
apollo
apollo-client
sqlite3
objectionjs
react-scripts
react-apollo
apollo-server-express
-
Updated
Sep 3, 2018 - JavaScript
Node.js application - simple notes management using Express, Postgres, Objection.js, Docker, Socket.io, Bluebird Promises
-
Updated
Feb 10, 2017 - JavaScript
An Objection.js plugin for using convenient dynamic finders
-
Updated
Feb 5, 2018 - JavaScript
Wrap Jest or Mocha tests in Objection transactions
-
Updated
Aug 26, 2020 - TypeScript
Adonisjs API - Node.js ORMs benchmark
-
Updated
Sep 1, 2021 - JavaScript
Objection plugin to automatically obfuscate model ids using hashids!
-
Updated
Dec 26, 2021 - JavaScript
objection.js plugin: resolve GraphQL query using withGraphFetched
-
Updated
Jun 23, 2021 - TypeScript
OmTheTurtle
commented
Aug 31, 2021
After #835 is merged, it'd be nice to enforce the code style so all our JS / TS code will look and read the same. For this we can use a pre-commit hook with husky and lint-staged so eslint / prettier would run before every commit.
Example package.json config:
"husky": {
"hooks": {
"pre-commit": "lint-sta
kasvith
commented
Sep 24, 2021
- Validation pipe should remove all whitelisted values
automagically generate all ObjectionJS models from Mysql
-
Updated
Dec 15, 2021 - JavaScript
Base API written with Express.js(old dirty repo, much better check `supra-api-nodejs` repo)
-
Updated
Dec 26, 2017 - JavaScript
API de Camino, le cadastre minier numérique ouvert
-
Updated
Dec 16, 2021 - TypeScript
-
Updated
Dec 20, 2021 - TypeScript
An example GraphQL server written in Node.js
-
Updated
Nov 8, 2021 - JavaScript
Improve this page
Add a description, image, and links to the objectionjs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the objectionjs topic, visit your repo's landing page and select "manage topics."


For this we might have to expand the definition of "authorization library", but I know for a fact that there exist "rule engines" that can effectively be used for the same purpose, with the additional benefit of being able to see/build/debug the rules visually in the UI, without having to write test cases which are a pain in the ass.
For starters, I know for a fact that https://github.com/cache