Browsing Tag
sqlite
5 posts
SQLite in Python: The Underrated Database for Side Projects
Stop spinning up Postgres for every project. SQLite might be all you need. Why SQLite? Aspect SQLite Postgres…
Persisting data in Rust with Heave
As a developer, I often find myself working on small personal projects where I need a quick and…
SQLite vs. Chroma: A Comparative Analysis for Managing Vector Embeddings
Vector embeddings play a crucial role in enhancing the capabilities of Large Language Models (LLMs), enabling them to…
Soul | A SQLite RESTful server
Hi Folks, For the last few weeks I’ve been working on Soul. As the title says, it’s a…
PostgreSQL vs SQLite
Definition PostgreSQL is an object-relational database management system (ORDBMS) that is compatible with various SQL features. It follows the transaction…