sqlite3
Here are 6,244 public repositories matching this topic...
q - Run SQL directly on delimited files and multi-file sqlite databases
-
Updated
Jan 24, 2022 - Python
Universal command-line interface for SQL databases
-
Updated
Apr 12, 2022 - Go
TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, MariaDB, PostgreSQL and SQLite databases.
-
Updated
Apr 17, 2022 - TypeScript
Automatically identify anti-patterns in SQL queries
-
Updated
Mar 28, 2022 - C++
C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServer模块,Websocket模块,Https模块等, Smtp邮件模块, MySQL, SQLite3, ORM,Redis,Zookeeper)
-
Updated
Dec 10, 2021 - C++
-
Updated
Apr 17, 2022 - C++
Unlike all the existing charts that graph a string (most likely) against a number, this graphs numbers on both axises. So in addition to the configuration changes needed for passing the right field to chartjs, the PR for this should also change the "preferred type" to "number" for the x axis when the chart type is scatter plot.
Official repository of the SOCI - The C++ Database Access Library
-
Updated
Apr 14, 2022 - C++
MMEX version:
1.5
Operating System:
- [x ] Windows
- Mac OSX
- Linux
Hello,
Just bringing attention that MMEX currently shows using v7.61 of libcurl. v7.76 is the latest release. Currently, there are 17 vulnerabilities in v7.61: https://curl.se/docs/vulnerabilities.html
Thank you
Easy to use C++17 HTTP Server with no compromise on performances. https://matt-42.github.io/lithium
-
Updated
Mar 20, 2022 - C++
Self-explanatory.
Android library for viewing, editing and sharing in app databases.
-
Updated
Apr 9, 2022 - Kotlin
Database management for VSCode
-
Updated
Jan 7, 2022 - TypeScript
AdonisJS SQL ORM. Supports PostgreSQL, MySQL, MSSQL, Redshift, SQLite and many more
-
Updated
Apr 8, 2022 - TypeScript
PostgreSQL
For new applications, identity columns should be used instead.
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."


Currently we only support Upsert for CockroachDB. Implementing same for MySQL should be pretty straightforward as well.
Wonder if we can also use INSERT ON CONFLICT UPDATE for PostgreSQL to ensure operation with same signature also works.