#sqlite3
🛢️ FilesSQL - драйвер #SQL для прямих запитів до файлів даних без попереднього імпорту. Підтримує CSV, TSV, LTSV, Parquet та Excel файли з використанням синтаксису #SQLite3.

🔗 github.com/nao1215/file...
GitHub - nao1215/filesql: filesql - sql driver for CSV, TSV, LTSV, Parquet, Excel with gzip, bzip2, xz, zstd support.
filesql - sql driver for CSV, TSV, LTSV, Parquet, Excel with gzip, bzip2, xz, zstd support. - nao1215/filesql
github.com
November 12, 2025 at 10:07 PM
I like #Python books and reading source code for inspiration, but don't underestimate the power of the docs.

This week I learned that uuid now supports v7 and that random + sqlite3 added command-line scripts in recent versions.
November 12, 2025 at 10:39 AM
SAVEPOINT と ROLLBACK TO だけ取り急ぎ対応したのが、今朝リリースした v0.26.0

>Release v0.26.0 · hymkor/sqlbless github.com/hymkor/sqlbl...

これの対応中、`desc`文や `edit` 文など、矢印キーでテーブル選ぶ新操作が SQLIte3 以外でダメになっていたようなので、それも修正。

昨日はなんか異様に消耗した気がする…
(2/2)
Release v0.26.0 · hymkor/sqlbless
Changes in v0.26.0 in (English) Bug fixes Fix: completion — cursor moved to the start of the previous word when the current word was empty (#15, go-readline-ny #17) Fix: an issue where pressing En...
github.com
November 11, 2025 at 7:02 AM
Forcing myself to learn sqlite3 as I have been avoiding it
November 10, 2025 at 8:02 PM
ruby-sqlite3 2.8.0-1 x86_64 Ruby bindings for the SQLite3 embedded database

Interest | Match | Feed
Origin
archlinux.org
November 10, 2025 at 5:32 PM
ruby-sqlite3 2.8.0-1 x86_64 Ruby bindings for the SQLite3 embedded database

Interest | Match | Feed
Origin
archlinux.org
November 10, 2025 at 5:32 PM
Convert sqlite3 to MariaDB - Error 1146 Table 'nextcloud.oc_appconfig' doesn't exist Support intro (click for more details) I tried to convert my sqlite3 backend to MariaDB like describ...

Origin | Interest | Match
Awakari App
awakari.com
November 10, 2025 at 10:31 AM
sqlite-analyzer 3.51.0-1 x86_64 An analysis program for sqlite3 database files

Interest | Match | Feed
Origin
archlinux.org
November 7, 2025 at 6:32 AM
sqlite-analyzer 3.51.0-1 x86_64 An analysis program for sqlite3 database files

Interest | Match | Feed
Origin
archlinux.org
November 7, 2025 at 6:32 AM
I got half a semester of SQL (via sqlite3) in my business intelligence course, so our midterm was in partly in SQL! I've talked to a lot of graduates who didn't get any SQL at all. Seems schools assume it's easy enough to learn solo, but it's not so easy for everyone, I think.
November 6, 2025 at 1:59 PM
Kind of crazy seeing Go packages which are effective WASM builds of C libraries running in a Go WASM runtime, like this sqlite3 port. So that’s WASM, sandwiched between two layers of Go. A “WASM smash burger,” if you will. Still, if you want to avoid using Cgo, then I can understand the motivation.
GitHub - ncruces/go-sqlite3: Go bindings to SQLite using wazero
Go bindings to SQLite using wazero. Contribute to ncruces/go-sqlite3 development by creating an account on GitHub.
github.com
November 5, 2025 at 8:40 PM
sqlite-analyzer 3.51.0-1 x86_64 An analysis program for sqlite3 database files

Interest | Match | Feed
Origin
archlinux.org
November 5, 2025 at 7:09 AM
sqlite-analyzer 3.51.0-1 x86_64 An analysis program for sqlite3 database files

Interest | Match | Feed
Origin
archlinux.org
November 5, 2025 at 7:09 AM
aiosqlite-fork 0.2.1 (Beta)

asyncio bridge to the standard sqlite3 module

Author: John Reese
🏠Homepage
November 4, 2025 at 11:00 PM
aiosqlite-custom 0.19.0 (Production/Stable)

asyncio bridge to the standard sqlite3 module

Author: Amethyst Reese
🧑‍💻Github
November 4, 2025 at 9:00 PM
How to use SQLite3 in Node (full clear documentation for beginners) https://cstu.io/33f423 #it #artificialintelligence #automation
How to use SQLite3 in Node.js (full clear documentation for beginners)
SQLite3 is the file based database No server needed. Just one file → .db You can embed this DB...
cstu.io
November 4, 2025 at 8:53 PM
aiosqlite-black 0.21.0 (Production/Stable)

asyncio bridge to the standard sqlite3 module

Author: bsxcs + Amethyst Reese
📖Documentation

🧑‍💻Github
November 4, 2025 at 8:00 PM
aiosqlite3 0.3.0 (Beta)

sqlite3 support for asyncio.

Author: zeromake
🏠Homepage
November 4, 2025 at 7:00 PM
aiosqlite 0.21.0 (Production/Stable)

asyncio bridge to the standard sqlite3 module

Author: Amethyst Reese
📖Documentation

🧑‍💻Github
November 4, 2025 at 6:00 PM
・COMMIT や ROLLBACK もセミコロンなしで実行できる1行コマンドとしました

・環境変数 NO_COLOR をサポートしました。

・偽端末を通じたキーボード操作・SQLite3 の memory DB を通じたフルテストを GitHub Actions からも行うようにしたので、品質も多分 UP です(今までは PowerShell で手動でやってた)

>Release v0.25.0 · hymkor/sqlbless github.com/hymkor/sqlbl...
Release v0.25.0 · hymkor/sqlbless
Changes in v0.25.0 (English) Bug fixes host and start: Fixed a panic in filename completion when the last token was an empty string. (#4, go-readline-ny#10, Fixed in go-readline-ny v1.21.1 ) Spec...
github.com
November 4, 2025 at 11:21 AM
Breakthrough! Discovered I can vibe code Apple Shortcuts with sqlite3 cli in codex pointed at copies of ~/Library/Shortcuts files!! No more clunky workbench UX in Shortcuts app!!!
November 3, 2025 at 8:13 AM
`sqlite3 .local/share/kactivitymanagerd/resources/database`
this is actually insane. imagine you have your browser history disabled only for KDE to leak it in your filesystem again. lol
November 2, 2025 at 2:31 PM
岩田英樹著『Pythonでつくるデータベースアプリケーション: 基礎の文法が終わったその次に/Python標準のSQLite3でCR...』
月替わりセール(https://www.amazon.co.jp/b?ie=UTF8&node=33056
Pythonでつくるデータベースアプリケーション: 基礎の文法が終わったその次に/Python標準のSQLite3でCRUD処理を実装/SQLAlchemyを使ったORMも記載/TkinterでGUIを実装 はじめてつくるシリーズ (温泉マーク2000)
www.amazon.co.jp
November 1, 2025 at 3:08 AM
For whatever reason, I'm tickled by the simple fact that you can construct #SQLite insert statements (among other queries) in #PowerShell by just joining an array of strings and piping it to sqlite3. It's not fancy. It's well-understood. And yet, I'm tickled.
October 30, 2025 at 9:19 PM
✅ Bug 168512 closed at 2025-10-29 13:21 UTC
⚡ There is no sqlite3 module in embedded Python distribution
🔗 https://bugs.documentfoundation.org/show_bug.cgi?id=168512
🙏 Thanks to xiscofauli for fixing this!
October 29, 2025 at 2:11 PM