![]() |
||
---|---|---|
.. | ||
lib | ||
node_modules | ||
test | ||
.editorconfig | ||
.eslintrc.js | ||
LICENSE | ||
README.md | ||
index.js | ||
package.json |
README.md
Mongo Knex
Installation
- Make sure that
gstenv
is green. See Dev Environment for docs. git clone
this repo &cd
into it as usual- Run
yarn
to install top-level dependencies.
Run
- Use:
yarn dev
- View: http://localhost:9999
Test
yarn lint
run just eslintyarn test
run lint && testsNODE_ENV=testing-mysql yarn test
- Manual database creation is currently required.
Debug
DEBUG=mongo-knex:*
DEBUG=mongo-knex:converter
DEBUG=mongo-knex:converter-extended
Config
config.[env].json
Copyright & License
Copyright (c) 2013-2023 Ghost Foundation - Released under the MIT license.