#sqlite

[ follow ]
fromPaolo Melchiorre
5 days ago

Django ORM Standalone: Querying an existing database

For a long time I wanted to document something I have done many times in production systems but never explained clearly: using Django ORM as a standalone module to connect to an existing database. In my work I have often dealt with legacy systems where the only reliable source of truth was the database itself. In those situations, Django ORM became my Swiss army knife.
Web frameworks
Python
fromTalkpython
1 month ago

diskcache: Your secret Python perf weapon

DiskCache provides a SQLite-backed, dictionary-like persistent cache that speeds Python applications, supports cross-process use, and avoids running separate services like Redis.
Django
fromPythonbytes
3 months ago

I will install Linux on your computer

aiosqlitepool provides an asynchronous SQLite connection pool that reuses connections, keeps caches hot, and significantly increases concurrent query throughput.
JavaScript
fromTheregister
5 months ago

Bun JS toolkit adds MySQL driver, secrets API, YAML, more

Bun 1.2.21 adds MySQL, MariaDB, and SQLite drivers, a YAML parser, a native secrets manager, security tooling, and significant bun.SQL performance improvements.
#python
fromThe Hacker News
7 months ago

Google AI "Big Sleep" Stops Exploitation of Critical SQLite Vulnerability Before Hackers Act

An attacker who can inject arbitrary SQL statements into an application might be able to cause an integer overflow resulting in read off the end of an array.
Artificial intelligence
[ Load more ]