sqlite3
Here are 5,168 public repositories matching this topic...
Universal command-line interface for SQL databases
-
Updated
Jul 28, 2021 - Go
Describe the bug
Read replicas connection settings replaced by "master" settings, when connection settings specified as object.
To Reproduce
You may use example provided in the manual: https://mikro-orm.io/docs/read-connections
In this case replicas host and user parameter values will be replaced by top-level (master) configuration parameter values.
This issue occurs because `Conn
Automatically identify anti-patterns in SQL queries
-
Updated
Apr 8, 2020 - C++
•
-
Updated
Jun 11, 2021 - JavaScript
-
Updated
Jul 27, 2021 - C++
C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServer模块,Websocket模块,Https模块等, Smtp邮件模块, MySQL, SQLite3, ORM,Redis,Zookeeper)
-
Updated
Jul 2, 2021 - C++
Official repository of the SOCI - The C++ Database Access Library
-
Updated
Jul 22, 2021 - 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
portable mode
Android library for viewing, editing and sharing in app databases.
-
Updated
Jul 22, 2021 - Kotlin
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
Easy to use C++17 HTTP Server with no compromise on performances. https://matt-42.github.io/lithium
-
Updated
Jun 8, 2021 - C++
AdonisJS SQL ORM. Supports PostgreSQL, MySQL, MSSQL, Redshift, SQLite and many more
-
Updated
Jul 25, 2021 - TypeScript
Synopse mORMot ORM/SOA/MVC framework
-
Updated
Jul 24, 2021 - Pascal
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.2
Bug
The docs describe creating a
datetimecolumn by usingtable.datetime(): http://knexjs.org/#Schema-datetimeHowever, the TypeScript definition and tests seem to indicate it should be
table.dateTime():https://github.com/knex/knex/blob/b59161f9944acf858b14