sqlite3
Here are 6,629 public repositories matching this topic...
q - Run SQL directly on delimited files and multi-file sqlite databases
-
Updated
Jun 26, 2022 - Python
Universal command-line interface for SQL databases
-
Updated
Jun 30, 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
Jul 9, 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
Jun 17, 2022 - C++
-
Updated
Jul 8, 2022 - C++
Official repository of the SOCI - The C++ Database Access Library
-
Updated
Jun 22, 2022 - C++
Money Manager Ex is an easy to use, money management application built with wxWidgets
-
Updated
Jul 9, 2022 - C++
Easy to use C++17 HTTP Server with no compromise on performances. https://matt-42.github.io/lithium
-
Updated
May 31, 2022 - C++
Currently, the node colours in the network graph seem somewhat arbitrary. Ideally, the node colours convey meaning... perhaps a gradient to denote distance from the current selected topic/node.
Describe the bug
Character greater then > breaks comment in formatter
To Reproduce
Steps to reproduce the behavior:
- Go to https://vscode-sqltools.mteixeira.dev/playground/formatter
- Click on insert into below text:
-- comments are
-- breaks by sign greater than >
-- unfortunately - See error
Expected behavior
the comment should not be affected by a character grea
Android library for viewing, editing and sharing in app databases.
-
Updated
Jun 15, 2022 - Kotlin
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.