sqlite3
Here are 3,944 public repositories matching this topic...
-
Updated
Oct 7, 2020 - Go
Hi!
I tried out MikroORM in an NX Workspace, and to use it there, I see a blocker.
Really easy to try out, there is a
create-nx-workspacenpm package out there and it can scaffold up a workspace with nestjs in no time
In an NX Monorepo setup, every single project uses the same top-level package.json, but MikroORM CLI relies on the config specified in the package.json.
.-
Updated
Apr 8, 2020 - C++
RediSQL support multiple statements in the same "EXEC", hence it is possible and correct to do something like:
REDISQL.EXEC DB "INSERT INTO foo VALUES(1,2,3); INSERT INTO bar VALUES(2,3,4);"
Which is quite convenient when mixed with BEGIN, COMMIT and ABORT instruction.
One problem is that all the statements are first prepared all together, and then executed, all together.
This
-
Updated
Oct 9, 2020 - JavaScript
-
Updated
Oct 20, 2020 - Python
-
Updated
Oct 19, 2020 - C++
HI,
I am running a windows 10 HP, and it did a compulsory update this morning, and since then, MMEX is not opening. You click to open and it just shows the preview screen off the App Icon and doesnt launch. I have uninstalled and reinstalled to still no luck,
I have restarted the comp several times, and getting slightly panicky....
I love this app, and just want to throw my computer ag
-
Updated
Sep 1, 2020 - C++
Describe the bug
"Select file" for the socket file path shows a local file chooser, even when I'm in a remote workspace and thus would expect to look for a file on the remote system.
To Reproduce
Try selecting a socket file path when you are using a remote vscode workspace
Expected behavior
File picker that shows remote files
**Desktop (please complete the following informa
-
Updated
Oct 19, 2020 - Pascal
-
Updated
Oct 21, 2020 - TypeScript
-
Updated
Jan 2, 2019 - Go
-
Updated
Apr 24, 2020 - JavaScript
-
Updated
Aug 7, 2020 - JavaScript
-
Updated
Sep 26, 2020 - Python
Improve this page
Add a description, image, and links to the sqlite3 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sqlite3 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: