SQLite
SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine. SQLite is the most used database engine in the world. SQLite is built into all mobile phones and most computers and comes bundled inside countless other applications that people use every day.
- GitHub: https://github.com/topics/sqlite
- Wikipedia: https://en.wikipedia.org/wiki/SQLite
- Created by: D. Richard Hipp
- Released: August 17, 2000
- Related Topics: sql,
- Last updated: 2026-06-25 00:25:45 UTC
- JSON Representation
https://github.com/lweiss01/pmwatch
Open-source anomaly detector for politically-sensitive Kalshi prediction markets. Flags unusual trading patterns that may precede public announcements. Public API only, no auth required.
anomaly-detection fastapi fintech insider-trading kalshi open-source prediction-markets python sqlite transparency
Last synced: 10 Jun 2026
https://github.com/joaojkuligowski/sqlite-multi-db-rest-api
A minimal REST API for creating and managing SQLite3 databases remotely. Easily spin up lightweight SQLite instances, run queries, load extensions, and access multiple databases over HTTP. Ideal for prototyping, local tools, testing environments, and simple remote data storage.
api-server databases portable python remote-database rest-api sqlite
Last synced: 10 May 2026
https://github.com/vilhalva/crud-telegram-em-sqlite
🤤ESSE É UM BOT DO TELEGRAM DE CRUD EM SQLITE!
bot crud database framework projeto python python-telegram-bot redes-sociais sqlite telegram
Last synced: 11 May 2026
https://github.com/tdanks2000/create-electrobun-stack
Scaffold production-minded Electrobun desktop apps with Bun, React, TypeScript, Vite, typed RPC, and optional integrations.
biome boilerplate bun cli desktop-app drizzle electrobun react rpc scaffolding shadcn-ui sqlite tailwindcss tanstack-query tanstack-router template typescript vite
Last synced: 11 May 2026
https://github.com/yusufsefasezer/cpp-sqlite-contact-list
A simple contact list application developed with Modern C++ and SQLite.
contact-list cpp-examples cpp-exercises cpp17 modern-cpp sqlite
Last synced: 11 May 2026
https://github.com/preston-peterson/aerodrome
A self-hosted ADS-B aircraft tracker for your home receiver. Live tracking, watchlist alerts, military-aircraft highlighting, push notifications, and a stats dashboard — runs on a Raspberry Pi or any small Linux box.
ads-b aircraft-tracking aviation fastapi home-server python raspberry-pi self-hosted sqlite
Last synced: 01 Jun 2026
https://github.com/ironadamant/stele-context
Local context cache for LLM agents. 100% offline, zero dependencies.
code-indexing developer-tools llm mcp offline-first python semantic-search sqlite vector-search
Last synced: 11 Jun 2026
https://github.com/engageintellect/sveltekit-pocketbase-wip
cms pocketbase sqlite sveltekit tailwindcss
Last synced: 13 May 2026
https://github.com/francescodisalesgithub/dorker
google dork hacking tool
database exploit-db google google-dork google-dorking google-dorks hacking penetration-testing pentest-tool python security security-tools security-vulnerability sqlite tool
Last synced: 13 May 2026
https://github.com/escoffier-labs/code-search-api
Local semantic code search with Ollama embeddings, SQLite, and hybrid search. Index your codebase with language-aware chunking and find code by intent.
code-indexing code-search developer-tools embeddings fastapi hybrid-search local-first ollama semantic-search sqlite
Last synced: 11 Jun 2026
https://github.com/escoffier-labs/miseledger
MiseLedger is a local-first evidence ledger for AI work history: SQLite FTS search, Markdown export, StationTrail and SourceHarvest imports, and Brigade-ready evidence bundles.
ai-agents brigade cli evidence fts5 go local-first miseledger sqlite
Last synced: 11 Jun 2026
https://github.com/mictronics/gilda_parser
Parser demo that is reading GILDA export files in XML format into an SQLite database.
Last synced: 13 May 2026
https://github.com/jpsala/copicu
Local-first clipboard workbench for search, scripts, and AI-assisted workflows.
ai automation clipboard clipboard-manager local-first productivity rust sqlite tauri typescript windows
Last synced: 13 Jun 2026
https://github.com/provasign/grove
Code knowledge graph — Tree-sitter parsing, SQLite storage, BFS traversal. Powers Prism; embeddable Go API, CLI, and MCP. MIT licensed.
ai-agents code-graph golang sqlite tree-sitter
Last synced: 14 Jun 2026
https://github.com/kieranmcm07/discord_moderation_bot
Feature-rich Discord moderation bot with tickets, AutoMod, appeals, activity tracking, music, and staff dashboards.
appeals automod discord-bot discord-py moderation-bot python sqlite tickets
Last synced: 15 Jun 2026
https://github.com/ferdiebergado/netlify-fullstack
Fullstack typescript application template for deployment to Netlify
fullstack libsql netlify nodejs oauth2 react react-query react-router shadcn sqlite turso typescript vite zod
Last synced: 15 Jun 2026
https://github.com/xt0n1-t3ch/reva
AI-powered document review for reinsurance workflows.
ai blazor document-ai dotnet ocr reinsurance sqlite
Last synced: 17 Jun 2026
https://github.com/clueing/share-nest
一个基于 Go 的轻量级自托管文件与文本分享服务,支持密码分享、在线预览、压缩包元信息预览、二进制元信息预览和简约实用的管理后台。
Last synced: 17 Jun 2026
https://github.com/mgnischor/cbm-lrv-estoque
Sistema de controle de estoque desenvolvido em C# e WPF para o Corpo de Bombeiros Militar de Lucas do Rio Verde, com gerenciamento de materiais, entradas, saídas, relatórios e controle de validade.
Last synced: 17 Jun 2026
https://github.com/phiat/project-pat
Single-user workshop for ideation, periodic research, and design-doc drafting — htmx-over-go, sqlite, multi-provider LLM agents.
agents go htmx project-template sqlite
Last synced: 17 Jun 2026
https://github.com/can4hou6joeng4/readermacapp
本地优先的 Mac 阅读与收藏 App — 抓取/阅读/整理,自带 AI Key 做摘要·翻译·对话·二创(SwiftUI · 数据全本地)
ai llm local-first macos read-it-later reader rss sqlite swift swiftui
Last synced: 19 Jun 2026
https://github.com/cyanheads/faostat-mcp-server
Global food & agriculture statistics from the UN FAOSTAT bulk-download corpus, served from a local SQLite mirror with a DataCanvas SQL surface, over MCP. STDIO & Streamable HTTP.
agriculture ai-agents bun cyanheads duckdb fao faostat food food-security mcp mcp-server model-context-protocol open-data sqlite statistics typescript
Last synced: 20 Jun 2026
https://github.com/securityronin/sqlite-forensic
SQLite forensic library — read-only b-tree/freelist/WAL reader plus a deleted-record carver that recovers freed-page, in-page, and dropped-table rows. Panic-free, forbid-unsafe, validated against undark and fqlite.
btree carving data-recovery deleted-record-recovery dfir digital-forensics forensics incident-response rust sqlite sqlite-forensics wal
Last synced: 21 Jun 2026
https://github.com/delly-net/dbunny
A lightweight .NET database abstraction layer that provides a unified API for working with multiple database types. DBunny uses a provider pattern to enable database-specific implementations while maintaining a common interface.
csharp data-access database database-abstraction dotnet dotnet-standard provider-pattern sqlite
Last synced: 22 Jun 2026
https://github.com/preston-peterson/hoptrail
Continuous traceroute and per-hop latency tracker for Linux
golang icmp latency network-monitoring ntfy ping self-hosted sqlite svelte traceroute
Last synced: 25 Jun 2026
https://github.com/yjl9903/drizzle-sqlite
Drizzle-orm Node.js builtin SQLite driver
Last synced: 26 Jun 2026
https://github.com/openwong2kim/wlog
See your Claude Code session's tokens, cost & tool decisions without standing up Grafana — a single-binary, local, zero-config observability dashboard with an embedded web UI and a native desktop app.
anthropic claude claude-code cli cost-tracking dashboard developer-tools golang llm monitoring observability opentelemetry otlp self-hosted sqlite tauri telemetry token-usage
Last synced: 27 Jun 2026
https://github.com/aman-barbaria/int-pad
A Calendly-like application for scheduling interviews with Google Calendar and Zoom integration. Manage your availability, create automated Zoom meetings, and share a booking link with interviewees. Built with Next.js, React, TypeScript, and Tailwind CSS.
booking-system calendar claude-3-7-sonnet cursor google-calendar interview-scheduler nextauth nextjs prisma react sqlite tailwindcss typescript zoom
Last synced: 14 Apr 2026
https://github.com/clawnify/open-dentist
Open-source dental practice management — multi-room agenda, patient charts, treatment plans, clinical notes, billing.
appointment-scheduling archy-alternative carestack-alternative clawnify-template clinical-notes dental dental-chart dental-practice-management dental-software dentist dentrix-alternative healthcare hono odontogram open-source practice-management-software react sqlite tailwindcss typescript
Last synced: 18 Jun 2026
https://github.com/warmachine028/social-media
A dummy system design Project for social media in java
database-schema java sqlite system-design
Last synced: 15 Jun 2026
https://github.com/whtsky/ocgc
OpenCode Garbage Collector. Analyze and reclaim storage used by OpenCode sessions, diffs, and snapshots
cleanup cli disk-space garbage-collector opencode python sqlite
Last synced: 01 Jun 2026
https://github.com/fudanglp/tauri-fastapi-full-stack-template
A production-ready template for building cross-platform desktop applications with a modern web frontend, Python FastAPI backend, and Rust integration layer.
boilerplate cross-platform desktop-app fastapi full-stack openapi python react rust scaffold shadcn-ui sqlite sqlmodel starter tailwindcss tanstack-router tauri template typescript vite
Last synced: 17 Feb 2026
https://github.com/mononobi/charma-server
Server side application for Charma, personal movie collection manager.
data-scrapping flask movie-collection movie-management movie-manager movies pyrin python sqlalchemy sqlite web-scraping
Last synced: 13 Apr 2026
https://github.com/babkock/videostore
My final project for CIS 152 Data Structures. A GUI program with SQLite database.
cplusplus graphical-user-interface qt5 qt5-gui qt5-widgets qt6 qtcreator sqlite sqlite3 threads unit-testing
Last synced: 21 Apr 2026
https://github.com/discoduroderoer/gestor-clases-fx
Gestor de clases particulates en JavaFX
alumnos clases desktop-app desktop-application java javafx sqlite
Last synced: 09 May 2026
https://github.com/ebolblga/caloriescalculator
Desktop App to calculate your daily calories on C# Windows Forms App (.NET Framework) with SQLite
Last synced: 13 Apr 2026
https://github.com/arpitaswal/local-storage-offline-architecture
Flutter Local Storage & Offline Architecture Playground! This project is a comprehensive, production-ready educational workspace designed to teach developers the persistence options, structures, and offline-first design patterns available in the Flutter ecosystem.
dart drift-database flutter hive isar-database local-database localstorage offline-cache secure-storage sharedpreferences sqlite
Last synced: 25 Jun 2026
https://github.com/atasoglu/sqlite-vec-client
A lightweight Python client around sqlite-vec for CRUD and similarity search.
embeddings similarity-search sqlite sqlite-extension sqlite-vec vector-database
Last synced: 20 Apr 2026
https://github.com/bredalis/programs
🐍 Simple Python Programs Folder 🐍
algorithms faker imgs libreries matplotlib-pyplot programs python sql sqlite structured-data testing tf tkinter
Last synced: 22 Apr 2026
https://github.com/adil-bikiev/todo-list
A simple Django-based To-Do List application that allows users to register, log in, and manage tasks. Users can create, view, update, and delete tasks, with a focus on a clean and user-friendly interface. The project utilizes Django for the backend and Python Decouple for managing configuration settings securely.
django full-stack-development python python-decouple sqlite task-management to-do-list user-authentication web-application
Last synced: 30 Apr 2026
https://github.com/ankushmallick1100/djangostudychat
This is a Django room chatting website where users can create rooms where other users can join and start conversations.
bootstrap bootstrap5 chat-application css django django-applications djangofirstproject djangoframework djangorestframeework html javascript-es6 python-3 python3 roomchat sqlite sqlite-database sqlite3 sqlite3-database
Last synced: 09 Apr 2026
https://github.com/pedrohvfernandes/nlw-ia
JS + IA(Chat-gpt e Whisper) ❤️
chatgpt ffmpeg nodejs openai prisma prisma-orm radix-ui reactjs shadcn-ui sqlite tailwindcss ts vercel-ai vite webassembly zod
Last synced: 09 Apr 2026
https://github.com/mechanicalrabbit/advent-of-code-2022-with-funsql
advent-of-code advent-of-code-2022 julia postgresql sql sqlite
Last synced: 06 May 2026
https://github.com/sukjuhong/limebot
A custom Discord bot using discord.js
discord-bot discordjs discordjs-typescript prisma sqlite typescript
Last synced: 07 May 2026
https://github.com/neckerfree/studentswebapp
Web application to maintain student information.
angular c-sharp dot-net-core minimal-api sqlite
Last synced: 06 May 2026
https://github.com/hasnatrasool163/-javafx-school-management-system
A comprehensive School Management System desktop application built with JavaFX and SQLite. Ideal as a final-year or portfolio project, this system offers CRUD operations across multiple modules in a clean, user-friendly UI.
css database java javafx javafx-application javafx-desktop-apps javafx-gui javafx-project maven school-management school-management-software sqlite
Last synced: 13 Apr 2026
https://github.com/dedo-finger2/nlw-journey-node
Plann.er é uma aplicação para gestação de viagens com funcionalidade de compartilhamento entre participantes.
fastify nlw-16 nlw-journey nlw-journey-node nodejs prisma sqlite zod
Last synced: 10 Mar 2026
https://github.com/aristo-ifrn/django-memory-game
🧠 A memory game integrated with Django
Last synced: 09 Feb 2026
https://github.com/ouverz/job-tracker
Local job aggregator and CRM for your roles: multi-source scraping, ATS scoring via Claude, Kanban pipeline, KPI dashboard
anthropic claude fastapi job-search react scraping sqlite
Last synced: 06 Jun 2026
https://github.com/kaushalladiya/finance-tracker
Full-stack finance tracking application built with .NET 10 and React
csharp dotnet entity-framework finance-tracker fullstack react sqlite tailwindcss
Last synced: 11 Apr 2026
https://github.com/bladealex9848/presion_arterial
Aplicación para el seguimiento de la presión arterial, permitiendo el registro y visualización de mediciones de presión sistólica y diastólica.
blood-pressure-monitor chronic-disease-management data-visualization e-health e-healthcare healthcare-application medical-data-analysis patient-management python sqlite streamlit
Last synced: 06 May 2026
https://github.com/marsadhq/tend
Self-hosted cron with run monitoring, alerting, and dead-man's-switch heartbeats.
alerting cron golang heartbeat job-scheduler monitoring self-hosted sqlite
Last synced: 02 Jun 2026
https://github.com/joswinemmanuel/reachout-demo-2
Initial implementation and testing of ReachOut, a mental health support platform for college students.
css django html javascript python scss sqlite
Last synced: 09 Apr 2026
https://github.com/chadwyck242/udemy-java-masterclass
Repository for working on Tim Buchalka's Java Masterclass on Udemy. Lessons, code examples and challenges.
idea java java-collections java-fx java-lambda java-masterclass java-modules java-networking java11 java17 spring spring-boot sql sqlite udemy
Last synced: 13 Apr 2026
https://github.com/eznix86/sqlite-to-postgres-migrator
Little script to make SQLite to Postgres easy
Last synced: 19 Jun 2026
https://github.com/a350fan/purchase-statistics
Unofficial Flutter app for analyzing Steam purchases, spending, discounts, DLCs, backlog and playtime.
android backlog csv-export csv-import dart flutter game-tracker linux local-first material-design playtime purchase-tracker sqflite sqlite statistics steam windows
Last synced: 22 Jun 2026
https://github.com/yansircc/llm-broker
LLM account orchestration broker for Claude Code and Codex CLI.
claude codex golang llm oauth orchestration relay sqlite
Last synced: 27 May 2026
https://github.com/gustavohps10/crud-django
"C.R.U.D" de jogos construído com Django/Python
django materializecss python sqlite
Last synced: 10 Apr 2026
https://github.com/sqlite-mpi/smpidemoa
Simple React Native app to test SMPI.
Last synced: 07 May 2026
https://github.com/ianjiteshan/renewablejobs
Full-stack web application for tracking, visualizing, and predicting employment trends in India's renewable energy sector
flask green react sqlite sustainability vite
Last synced: 09 Apr 2026
https://github.com/nathaniel-daniel/nd-async-rusqlite-rs
Utilities for accessing an sqlite database via rusqlite in an async runtime.
Last synced: 17 Jan 2026
https://github.com/mjczone/dappermatic
IDbConnection extension methods for DDL (Data Definition Language) operations.
api aspnetcore csharp dapper ddl dml dotnet mysql orm postgresql sqlite sqlserver
Last synced: 22 Jun 2026
https://github.com/NaveenDanj/uoj-store-backend
File Manager for my university using go-lang and gin
gin golang gorm jwt-authentication sqlite thunderclient
Last synced: 03 Oct 2025
https://github.com/olegiv/it-digest-bot
Tiny Go service: Claude Code release watcher + daily AI news digest, posted to Telegram. systemd-timer-driven; single static binary.
ai-news anthropic claude-code golang news-aggregator news-digest rss self-hosted sqlite static-binary systemd telegram-bot
Last synced: 27 Apr 2026
https://github.com/trinovantes/mal-cover-css
Automatically generate CSS to add cover images to your MyAnimeList classic list designs
docker expressjs myanimelist nginx nodejs sqlite typescript vuejs
Last synced: 13 Apr 2026
https://github.com/aryashreep/python-for-everybody
Python for Everybody exercises
Last synced: 27 Apr 2026
https://github.com/xnuvers007/php-native-migrator
A powerful, 100% dependency-free, framework-agnostic database migration and seeding engine for native PHP projects. Bring Laravel's elegant schema builder and CLI automation to your raw PHP code! 🚀
cli database database-migration framework-agnostic laravel-inspired migration mysql php php-native schema-builder seeder sqlite zero-dependencies
Last synced: 25 Jun 2026
https://github.com/martiinwalsh/tech-news-app
A flutter application that displays the top tech news stories using the Hacker News API.
flutter fluttter-apps hackernews-api sqlite
Last synced: 28 Mar 2025
https://github.com/anivar/amplify-watermelondb-adapter
WatermelonDB storage adapter for AWS Amplify DataStore — reactive queries, JSI-native performance on React Native, cross-platform (web, Node.js, in-memory fallback)
aws-amplify datastore graphql jsi offline-first react-native reactive-database sqlite typescript watermelondb
Last synced: 27 Apr 2026
https://github.com/schtengel/katastata
Katastata. App of monitoring system
monitoring-tool mvvm scanner sqlite wpf
Last synced: 07 May 2026
https://github.com/ariamehr-m/fastapi-backend-course
A FastAPI-based backend project featuring a blog application, including database integration and environment management for rapid backend development and learning.
backend backend-api backend-template fastapi fastapi-course fastapi-crud fastapi-framework fastapi-sqlalchemy fastapi-template fastapi-tutorials python python-fastapi sqlite uvicorn
Last synced: 07 May 2026
https://github.com/ayrton09/umbrellaranked-cs2
Native CounterStrikeSharp ranked system for CS2
counter-strike-2 counterstrikesharp cs2 csharp mysql ranked sqlite
Last synced: 15 Jun 2026
https://github.com/jonudell/flowpipe-readme
Dashboards for DevOps. Visualize cloud configurations. Assess security posture against a huge library of benchmarks. Build custom dashboards with code.
aws azure cloud compliance dashboards-as-code devops gcp kubernetes postgres security sqlite visualization
Last synced: 10 Apr 2026
https://github.com/princessmiku/simplesave
Simple Save is an easy way to work with data in your Python script.
Last synced: 07 May 2026
https://github.com/cyanheads/faa-aircraft-registry-mcp-server
Decode N-numbers to aircraft, engine, status, and owner, and search the US civil aircraft registry (FAA Releasable Aircraft Database) by owner, type, or state — offline and keyless over an embedded SQLite + FTS5 mirror, with fail-safe owner-PII redaction.
ai ai-agents aircraft aircraft-registration aviation bun cyanheads faa mcp mcp-server model-context-protocol n-number registry sqlite typescript
Last synced: 20 Jun 2026
https://github.com/ghostapp-ai/ghost
👻 Private local-first AI assistant for your desktop — hybrid semantic + keyword search, native AI inference, zero telemetry. Open-source Raycast/Spotlight alternative for Windows, macOS & Linux.
ai cross-platform desktop-app embeddings llm local-first mcp ollama open-source privacy-first productivity raycast-alternative react rust semantic-search spotlight-alternative sqlite tauri typescript vector-search
Last synced: 27 Feb 2026
https://github.com/gkesse/cpp-qt-qml-js-sqlite-login-android-ios
Développement d'une application mobile Android - iOS en C++ - Qt - QML - JS - SQLite pour la gestion d'un système de connexion et d'inscription de nouveaux utilisateurs.
android cpp ios javascript login-system qml qt registration-system sqlite
Last synced: 05 Mar 2025
https://github.com/zouariomar/hirelog
Job Tracker Desktop App
apache2 bash crud java java21 javafx log4j management maven project shell-script sqlite sqlite3
Last synced: 14 Aug 2025
https://github.com/darkskygit/sqlite-vfs-http
Query sqlite database over http
cdn http-client sqlite sqlite-vfs sqlite3
Last synced: 31 Aug 2025
https://github.com/halva773/fuzzy-search
DDD Project w/ FastAPI + SQLite + Redis
celery cruds docker fastapi fuzzy-search jwt kubernetes python redis sqlalchemy sqlite web-sockets
Last synced: 11 Apr 2026
https://github.com/sushantnair/django-tutorial
A comprehensive walkthrough of Django's main features that make it such a powerful website development tool. The codes are inspired from and the notes are created by Mrs. Nirmala Baloorkar, Assistant Professor, KJ Somaiya College of Engineering, SVU, Vidyavihar, Mumbai, 400077.
django django-admin django-admin-interface django-admin-panel django-application django-forms django-framework django-models django-rest-framework django-session django-template-language django-templates good-lessons goodreads html-css-javascript model-view-template restful-webservices sqlite tutorial
Last synced: 28 Apr 2026
https://github.com/ath31st/temp_control_web
A real project for monitoring and controlling the temperature regime in server rooms.
scheduler snmp spring-boot sqlite ssh thymeleaf web
Last synced: 08 May 2026
https://github.com/crmne/kamal-backup
Scheduled backups for Rails apps deployed with Kamal
active-storage backups docker kamal mysql postgres restic sqlite
Last synced: 28 Apr 2026