sqlite3
Here are 3,677 public repositories matching this topic...
Universal command-line interface for SQL databases
-
Updated
Aug 4, 2020 - Go
Automatically identify anti-patterns in SQL queries
-
Updated
Apr 8, 2020 - C++
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.
.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
Aug 20, 2020 - JavaScript
Official repository of the SOCI - The C++ Database Access Library
-
Updated
Aug 4, 2020 - C++
Leo is an Outliner, Editor, and Personal Information Manager written in 100% Python.
-
Updated
Aug 20, 2020 - Python
MMEX version:
- 1.3.6
- 1.3.5
- 1.3.4 or older
- 1.4.X
Note: bug reporters are expected to have verified the bug still exists
either in the last stable version of MMEX or on updated development code
(master branch).
Operating System:
- Windows
- Mac OSX
- Linux
Description of the bug
Application crash when selecting 'Relocate Payee' when i
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
C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServer模块,Websocket模块,Https模块等, Smtp邮件模块, MySQL, SQLite3, ORM,Redis,Zookeeper)
-
Updated
Aug 4, 2020 - C++
Synopse mORMot ORM/SOA/MVC framework
-
Updated
Aug 20, 2020 - Pascal
The database toolkit for go
-
Updated
Jan 2, 2019 - Go
AdonisJS official SQL ORM. Supports PostgreSQL, MySQL, MSSQL, Redshift, SQLite and many more
-
Updated
Aug 17, 2020 - TypeScript
Automatically create a GraphQL server from a SQLite database or a SQL file
-
Updated
Apr 24, 2020 - JavaScript
Make ORMs great again!
-
Updated
Aug 7, 2020 - JavaScript
A Unix, Windows, Raspberry Pi Object Speed Camera using python, opencv, video streaming, motion tracking. Includes a Standalone Web Server Interface, Image Search using opencv template match and a whiptail Admin Menu Interface Includes picam and webcam Plugins for motion track security camera configuration including rclone sync script. watch-app allows remotely controller camera configuration from a remote storage service name. Uses sqlite3 and gnuplot for reporting. Recently added openalpr license plate reader support.
-
Updated
Aug 11, 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: