WeSearch
Hub / Tags / Sqlite
TAG · #SQLITE

Sqlite coverage.

Every story in the WeSearch catalog tagged with #sqlite, chronological, with view counts. Subscribe to the per-tag RSS feed to follow this topic in your reader of choice.

29 stories tagged with #sqlite, in publish-time order across the WeSearch catalog. Tag pages update as new stories ingest.

⌘ RSS feed for this tag →   or   search "Sqlite"

RELATED TAGS
#software4#development3#performance2#go2#llm2#python2#database2#cloud2#technology2#claude-code2#webassembly2#authentication1
SIMON WILLISON'S WEBLOG

Running Python code in a sandbox with MicroPython and WASM

I've been experimenting with different approaches to running code in a sandbox for several years now, but my latest attempt feels like it might finally have all of the characterist…

56 views ·
#programming#python#webassembly
R/DATABASE

AstralDB (my custom RDBMS) beat both DuckDB and SQLite on a 10M row bulk load and sliding window aggregate by orders of magnitude

14 views ·
DEV.TO (TOP)

Building a Production-Grade Customer Inquiry Auto-Responder with SQLite Logging

The Journey I set out to build an efficient automation backend utility designed to...…

13 views ·
#technology#software#automation
HACKER NEWS (FRONT PAGE)

SQLite is all you need for durable workflows

9 views ·
YCOMBINATOR

Show HN: Claude Code AskUserQuestion which works for subagents/teams/workflows

10 views ·
#technology#software#development
SIMON WILLISON’S WEBLOG

SQLite Does Not Accept Agentic Code

SQLite gained an AGENTS.md file five days ago - but it's not intended for their own development, it's presumably aimed at people who are pointing agents at the SQLite codebase. ……

16 views ·
#software#development
GITHUB

HeidiSQL – Lightweight MariaDB, MySQL, SQL Server, PostgreSQL and SQLite Manager

A lightweight client for managing MariaDB, MySQL, SQL Server, PostgreSQL, SQLite, Interbase and Firebird, written in Delphi and Lazarus/FreePascal - HeidiSQL/HeidiSQL…

16 views ·
#database#software#management
SIMON WILLISON'S WEBLOG

sqlite AGENTS.md

sqlite AGENTS.md SQLite gained an AGENTS.md file five days ago - but it's not intended for their own development, it's presumably aimed at people who are pointing agents at the SQL…

23 views ·
#software#development
DEV.TO (TOP)

How I Stressed My SQLite Job Queue to 5,000 Continuous Tasks on an Android Phone (And Why It Outperformed the Cloud)

Every developer building a side project or a home automation pipeline eventually hits the same...…

13 views ·
#devops#cloud
GITHUB

SQLite-Vector now with Google TurboQuant for a 38x speedup

SQLite-Vector is a cross-platform, ultra-efficient SQLite extension that brings vector search capabilities to your embedded database. - sqliteai/sqlite-vector…

11 views ·
#database#technology#ai
R/CPP

wrote a small http server in c++ that searches youtube video transcripts stored in sqlite and the binary is 2.1MB

13 views ·
DEV.TO (TOP)

Enhancing the AI Blog System: SQLite Support and Streamlined Publishing Features

Enhancing the AI Blog System: A Deep Dive into SQLite Integration and Workflow...…

16 views ·
#ai#blog#automation
GITHUB

Claude Code MIT Dashboard

Contribute to BEKO2210/My_Dash development by creating an account on GitHub.…

14 views ·
#technology#software#dashboard
DEV.TO (TOP)

Building SQLite from Scratch: 740 Lines of C++23 to Understand Every Byte of a .db File

You fire up a MySQL client, connect to port 3306, send off your SQL, and the server parses,...…

12 views ·
#database#cpp
R/DATABASE

Need a lightweight graph visualizer for GraphQLite(An SQLite extension that adds graph database capabilities using the Cypher query language.)

16 views ·
DEV.TO (TOP)

I built an audit-friendly SQLite viewer for VSCode because I stopped trusting marketplace extensions

Atalaya — Spanish for "watchtower". A high vantage point with a clear view over the territory...…

14 views ·
#database#security#vscode
SU3

SQLite is the best home for AI agents

9 views ·
#technology#ai#database
GITHUB

Show HN: A SQLite graph that captures why AI-generated code exists

Engineering memory for AI coding agents: requirements, decisions, evidence, traceability, and V-process/ALM handoff - enzoferraripapa-arch/ai-vprocess-ops…

13 views ·
#ai#engineering#software
R/SELFHOSTED

Selfhosted second brain app: markdown-based, built-in MCP server, SQLite cache layer and semantic search. Any interest from this community?

11 views ·
R/MACHINELEARNING

Witchcraft, fast local semantic search on top of SQLite [P]

13 views ·
R/PROGRAMMING

A SQL formatter that supports ANSI, MySQL, PostgreSQL, and SQLite — all client-side

17 views ·
R/DATABASE

How can I connect a SQLite Database to NetBeans?

13 views ·
GITHUB

Show HN: Serene Bach – a Go weblog engine that runs as CGI or HTTP

Contribute to serendipitynz/serenebach development by creating an account on GitHub.…

14 views ·
#weblog engine#go programming#self-hosting
DEV.TO (TOP)

Making the Filing Cabinet Enterprise-Ready: Tricks to Scale with SQLite

In my previous article, we talked about why big databases (like Postgres or MySQL) act like a remote,...…

18 views ·
#database#enterprise
R/RUBY

FindBug v0.5 is out - database-agnostic (PG/MySQL/SQLite), 79 specs, and what's coming next

19 views ·
R/WEBDEV

Update: Orbiter — self-hosted CMS in a single SQLite file, standalone admin server

11 views ·
GITHUB

GraphOS – Visual runtime and debugger for AI agents (with local-first execution)

GraphOS is an open-source governance and observability layer designed specifically for LangGraph and the Model Context Protocol (MCP). - ahmedbutt2015/graphos…

11 views ·
#ai agents#open source#debugging
GITHUB

Show HN: LLM-assisted reconstruction of partially decompiled Minecraft 26.1.2

Decompile Minecraft using Vineflower, reconstruct the code using LLM - stevefan1999-personal/demcstify…

17 views ·
#minecraft#reverse engineering#llm
DEV.TO (TOP)

What 200 Concurrent Users Taught Me About SQLite Performance

I was about to release Autentico 2.0. The feature work was done, tests were passing, docs were...…

11 views ·
#performance#go