Skip to content
#

sqlite3

Here are 5,523 public repositories matching this topic...

JasonWoof
JasonWoof commented May 10, 2020

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:

db/migrations/00001-users-table.mjs:
    export const up = knex => knex.sche
mikro-orm
dzcpy
dzcpy commented Oct 18, 2021

Is your feature request related to a problem? Please describe.
When using some custom types in mikro-orm, for example EntityClass (I'm writing a custom repository so these types are needed), in v4 it should be done like this:
import { EntityClass } from '@mikro-orm/core/typings';
While in v5 it's even more inconvinient, and inconsistant:
`import { EntityClass } from '@mikro-orm/core/di

C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServer模块,Websocket模块,Https模块等, Smtp邮件模块, MySQL, SQLite3, ORM,Redis,Zookeeper)

  • Updated Oct 11, 2021
  • C++
vscode-sqltools

Improve this page

Add a description, image, and links to the sqlite3 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sqlite3 topic, visit your repo's landing page and select "manage topics."

Learn more