express-objection-starter icon indicating copy to clipboard operation
express-objection-starter copied to clipboard

an opinionated, production-ready, isomorphic express/knex/objection starter with centralized configuration

Results 83 express-objection-starter issues
Sort by recently updated
recently updated
newest added

MariaDB actually passes the tests on node 10, but connection drops with both `mysql` and `mysql2` drivers on node 12. This connection issue _isn't_ from GitHub Actions, so if only...

enhancement
help wanted
stretch

Currently, the problem with supporting MySQL is that you can't have `.text()` columns that are indexed - you _have_ to use `VARCHAR(n)` and having to dynamically rewrite migration files based...

enhancement
help wanted
stretch

Currently, the problem with supporting MSSQL is that we can't create a database when mounting the mssql container as it lacks support for initializing user/database via environment variables.

enhancement
help wanted
stretch

If we want FTS via external document stores, then we need to pipe changes from the "truth store" to the search index. While there _are_ native ways to stream changes...

mad science

https://github.com/bee-queue/arena or https://github.com/vcapretz/bull-board

enhancement

Related: #17 https://app.leanboard.io/board/1c4ff2a9-f84a-49c1-a7d3-0d6c711b619d

question

e.g. notifications/profile/etc

enhancement

https://help.github.com/en/articles/creating-a-repository-from-a-template

documentation