#
sqlite3
Here are 6,617 public repositories matching this topic...
q - Run SQL directly on delimited files and multi-file sqlite databases
python
cli
tsv
csv
sql
database
command-line
sqlite
sqlite3
q
command-line-tool
textasdata
qtextasdata
-
Updated
Jun 26, 2022 - Python
Universal command-line interface for SQL databases
mysql
go
golang
postgres
sql
database
command-line
sqlite
postgresql
oracle
mariadb
microsoft-sql-server
sqlite3
oracle-database
-
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.
nodejs
javascript
mysql
typescript
sql
orm
database
mongodb
sqlite
postgresql
sequelize
entities
entity
sqlite3
typeorm
datamapper
unit-of-work
identity-map
postgre
typescript-orm
-
Updated
Jul 6, 2022 - TypeScript
eatonphil
opened
Jun 12, 2022
good first issue
Good for newcomers
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)
distribution
framework
orm
cpp
network
high-performance
websocket-server
http-client
websocket-client
http-server
sqlite3
fiber
coroutine
-
Updated
Jun 17, 2022 - C++
crud
sql
orm
cplusplus
cpp
sqlite
modern-cpp
sqlite3
cplusplus-14
sqlite-orm
sqlite3-database
sqliteorm
-
Updated
Jul 2, 2022 - C++
vmihailenco
commented
Jun 27, 2022
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
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
windows
macos
linux
money
personal-finance
c-plus-plus
finance
gui
cmake
cpp
wxwidgets
data-visualization
stock
cryptocurrency
sqlite3
cash-flow
qif
money-manager
budget-manager
-
Updated
Jul 6, 2022 - C++
Easy to use C++17 HTTP Server with no compromise on performances. https://matt-42.github.io/lithium
mysql
json
orm
cpp
asynchronous
postgresql
http-client
api-server
mysql-server
http-server
webframework
sqlite3
cpp17
cpp-library
sql-driver
object-relational-mapper
webprogramming
-
Updated
May 31, 2022 - C++
brettkromkamp
commented
May 13, 2022
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.
serdula
commented
Feb 17, 2021
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.
android
couchdb
open-source
database
sqlite
couchbase
android-library
android-development
db
database-management
sqlite3
sqlite-editor
-
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.