Articles by Tag #sqlite

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Building a RESTful API with Laravel 11, A Complete Guide

Laravel is a popular PHP framework known for its simplicity and power. It allows developers to create...

Learn More 37 1Sep 8 '24

Tauri 2.0 - Sqlite DB - React

I’m currently building my first Tauri app and needed a persistent data storage solution. After some...

Learn More 20 5Nov 4 '24

Implementing OpenDAL with Filesystem (FS) In Rust

Introduction to OpenDAL with SQLite Virtual Tables OpenDAL is a powerful and unified data...

Learn More 14 0Jul 19

How to Create ER Diagrams for SQLite with a Free Tool

If you're working with a SQLite database, one of the best ways to understand how it's built is to...

Learn More 11 1Jul 24

Streamlining Your Rails 8 App: Migrating from Postgres to SQLite

Originally published on my blog: Streamlining Your Rails 8 App: Migrating from Postgres to...

Learn More 10 3Oct 19 '24

Cloudflare D1 + Drizzle ORM Setup Guide

Cloudflare D1 + Drizzle ORM Setup Guide This guide explains how to set up Cloudflare D1...

Learn More 5 0Jun 1

I still prefer SQLite for little things you know.

I still can't express enough how useful SQLite is, when i need a db for small and experiments stuff,...

Learn More 5 0Oct 19 '24

Mastering Database Migrations in Go with golang-migrate and SQLite

Managing database changes is critical for any software project. This guide walks you through using...

Learn More 5 0Apr 15

An Introduction to PHP and SQLite

Introduction PHP and SQLite are a powerful combination for lightweight web applications...

Learn More 5 0Jan 20

How to Build Lightweight GraphRAG with SQLite

This blog post demonstrates how to create a lightweight GraphRAG system using SQLite, combining document processing with graph-based retrieval. Learn how to extract and manage entities and relationships in SQLite, use centrality measures to enhance query accuracy, and visualize your graph data with D3.js. This tutorial is ideal for intermediate developers seeking a scalable solution for small-to-medium datasets.

Learn More 4 1Oct 5 '24

Cloudflare D1 and Prisma: Not a Good Combination (For Now)

Recently, I started migrating my monolith project to a Cloudflare Worker. At the same time, I decided...

Learn More 4 0Dec 7 '24

MySQL vs SQLite أيهما أفضل ؟

في مجال قواعد البيانات يوجد هناك نوعان لنظم إدارة قواعد البيانات (DBMS)...

Learn More 3 2Dec 27 '24

Mastering SQLite: Efficient Database Management Tips

SQLite is the unsung hero of lightweight databases. It’s embedded in everything from mobile apps and...

Learn More 3 0Apr 17

How to use sqlite-vec to store and query vector embeddings

Vector search is a game-changer for LLM-based applications, but what if you could do it without...

Learn More 3 2Mar 5

The definitive guide to using Django with SQLite in production 💡

I have been running Django sites in production under heavy load for over 10 years at my day job. We...

Learn More 3 2Jan 18

🚀 Building a User Management API with FastAPI and SQLite

FastAPI has become one of the most popular Python web frameworks, thanks to its speed, simplicity,...

Learn More 3 0Dec 8 '24

Java JDBC + IntelliJ + SQLite - A Beginner's Walkthrough

IntelliJ Community + JDBC + SQLITE (or any other database) no build tool required (Maven...

Learn More 2 0Dec 17 '24

Docker Compose with Rails 8, Tailwind and SQLite

Hello, long time no see! In this guide I'm going to show you how to use Docker Compose to setup and...

Learn More 2 0Nov 18 '24

Self-Host Your Own URL Shortener with Zero Database Setup

Self-hosting shouldn't require a PhD in DevOps. After trying various URL shorteners that demanded...

Learn More 2 2May 27

Build your own SQLite, Part 2: Scanning large tables

In the previous post, we discovered the SQLite file format and implemented a toy version of the...

Learn More 2 0Aug 24 '24

Remember to set the frequency for replication to Litestream!

Curious about how I ended up with an invoice nearing $100 for conducting over 20 million Class A...

Learn More 2 0Aug 19

A Tale of Two Databases

Sqlite vs Postgresql Sqlite is one of the most deployed database in the world. Its...

Learn More 2 0Feb 7

Best SQLite NuGet Packages for .NET Applications

SQLite is a lightweight and powerful database engine widely used in .NET applications. Choosing the...

Learn More 2 1Mar 26

Can You Create a Product That Makes Money with Wasm?

Hello! I’m what you might call a technology enthusiast. When I see a new trend in the tech world, I...

Learn More 1 0Oct 2 '24

Building a Simple SQLite Library Manager in Python

Building a Simple SQLite Library Manager in Python Managing data efficiently is a key part...

Learn More 1 0Dec 8 '24

Injecting Real-Time WebSocket Streams into SQLite Using Python and WAL Hooking

SQLite isn't the first database that comes to mind for real-time streaming — but with Python and a...

Learn More 1 0Apr 22

SQLite Database Recovery

SQLite databases can be prone to corruption like any other database file, with varying degrees of...

Learn More 1 1Nov 14 '24

In-Memory Database with SQLite

Wolf Fact: With 200M+ olfactory cells housed in the nose, a wolf’s sense of smell is their...

Learn More 1 2Sep 1 '24

Spark Augmented Reality (AR) Filter Engagement Metrics

I recently completed an SQL challenge on the interviewmaster.ai platform involving a scenario where I...

Learn More 1 0May 19

Deploy FastAPI application with SQLite on Fly.io

Cloud solutions are good for medium and large projects, but too heavy for small personal projects. If...

Learn More 1 0Oct 22 '24