#
knex
Here are 938 public repositories matching this topic...
sastraxi
commented
Nov 27, 2019
- start reporting on coverage (somehow...)
TypeScript SQLite layer with support for both native C++ & pure JavaScript drivers.
electron
nwjs
typescript
schema
sql
database
async
model
sqlite
knex
promise
sql-js
neat
casting-schema-models
looking-for-contributors
hacktoberfest
-
Updated
Aug 9, 2021 - TypeScript
SQL DataSource for Apollo GraphQL projects
-
Updated
Aug 9, 2021 - JavaScript
A well documented set of tools for building node web applications.
-
Updated
Oct 16, 2020 - JavaScript
A starter kit for building amazing GraphQL API's with TypeScript and express by @w3tecch
nodejs
gulp
api
graphql
boilerplate
typescript
jasmine
backend
tslint
knex
expressjs
wallaby
starter-kit
-
Updated
Nov 11, 2018 - TypeScript
NestJS module for Objection
-
Updated
Aug 30, 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
Aug 29, 2021 - JavaScript
-
Updated
Aug 11, 2021 - TypeScript
A TypeScript wrapper for Knex.js
-
Updated
Jun 23, 2021 - TypeScript
Parse JSON columns with Bookshelf.js
-
Updated
Aug 11, 2021 - JavaScript
Node.js / GraphQL project template pre-configured with TypeScript, PostgreSQL, login flow, transactional emails, unit tests, CI/CD workflow.
nodejs
javascript
graphql
template
website
postgres
boilerplate
babel
node
typescript
sql
database
knex
seed
postgresql
starter
webapp
starter-kit
knexjs
cloud-functions
-
Updated
Jul 14, 2021 - TypeScript
hongymagic / k2
Koa2 API template with passport, GraphQL, flowtype, knex and more.
-
Updated
Mar 26, 2018 - JavaScript
Regular Expression Collection (ReactJS, Redux, React Router, Recompose, NodeJS, Express)
-
Updated
Aug 11, 2021 - TypeScript
Open-source realtime collaborative code editor on Babel, NodeJS, AngularJS, Socket.io, ACE - http://trycode.pw
-
Updated
Feb 12, 2017 - JavaScript
A flexible, lightweight and powerful Object-Relational Mapper for Node.js. Support TypeScript!!
mysql
typescript
sql
orm
flexible
knex
oracle
mariadb
sql-query
query-builder
querydsl
sqlserver
relationships
postgressql
sqlbuilder
thinkorm
-
Updated
Sep 3, 2020 - JavaScript
MattIPv4
commented
Feb 16, 2020
Bug Report
Description
When editing the id of an existing list within the app, it will generate a new message in the lists Discord channel instead of updating the old one. This results in two entries being in the lists_messages table, one with the old list id / message id and another with the new list id / message id.
Steps to reproduce
- Add a list to the app
- Ensure the a
A demo project of a full stack typescript application
-
Updated
Jul 24, 2018 - JavaScript
Improve this page
Add a description, image, and links to the knex topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the knex topic, visit your repo's landing page and select "manage topics."
Environment
Knex version: 0.21.1
OS: docker node:latest
I'd like to be able to write my migrations (and seed) files as es modules with the .mjs file extension like I'm doing with all my other javascript files.
I'd like to be able to run these migrations from within node (not via the cli) like this: