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-07-07 00:26:25 UTC
- JSON Representation
https://github.com/mithesh14/ipl-auction
Real-time multiplayer IPL auction platform with live bidding, team management, and playing XI selection. Built with Flask, WebSocket, and SQLite.
cursor flask flask-socketio sqlite
Last synced: 01 May 2026
https://github.com/donpotts/localsqlragclientserver
Simple sample using Ollama RAG with Sqlite database and Blazor WASM UI
blazor-webassembly dotnet rag-chatbot semantic-kernel sqlite
Last synced: 01 May 2026
https://github.com/boolfalse/laravel-sanctum-api
Laravel 8 Sanctum API with SQLite
Last synced: 01 May 2026
https://github.com/adhamsalama/cs50-finance
A website via which users can “buy” and “sell” stocks.
Last synced: 01 May 2026
https://github.com/paul-schuhm/demo-pdo-sqlite
Une démo et de la documentation pour bien démarrer avec les bases de données SQLite et PHP.
demo documentation pdo pdo-sqlite php sqlite
Last synced: 02 May 2026
https://github.com/tiberius1954/addressbook_sqlite_in_java
Readymade addressbook
Last synced: 02 May 2026
https://github.com/mahmoodhamdi/ecommercesystem
A Java-based e-commerce system featuring a graphical user interface built with Swing, SQLite database integration, and implementation of core design patterns. The system provides product management, shopping cart functionality, and secure payment processing with robust input validation.
design-patterns gui java javadb oop-principles solid-principles solidity-contracts sqlite swing swing-gui
Last synced: 02 May 2026
https://github.com/xavierjiezou/python-sqlite3-tutorial
Tutorial for splite3 module based on Python.
Last synced: 02 May 2026
https://github.com/kubepay/nestjs-crud-experiments
Nest js experiments for good middleware alternative for express
Last synced: 02 May 2026
https://github.com/shwetagopaul92/genoportal
Simple Django Python App "GenoPortal"
Last synced: 02 May 2026
https://github.com/iamskyy666/golang-event_booking-api
💻 An "Event Booking" REST-Api using Golang which can be consumed by all frontend systems 🔵
gin-gonic go-crud golang jwt rest-api sqlite web-server
Last synced: 03 May 2026
https://github.com/saiccoumar/myfridge
A Food Inventory System built with SQLite
dbms flask flask-sqlalchemy html sql sqlalchemy sqlite sqlite3
Last synced: 02 May 2026
https://github.com/aswanisaraj/food-redistribution-system
I have made the food redistribution system project in our Database System course with group of 3 classfellow.
database html-css-javascript nodejs sql sqlite
Last synced: 02 May 2026
https://github.com/mzaini30/kisah
Storial-nya NAC
bootstrap codeigniter komunitas-menulis menulis nac nulis-aja-community php sqlite
Last synced: 02 May 2026
https://github.com/lucasfeliciano02/flask_api
Criando API com FLASK no python e fazendo requisição, também há a criação de API com uso de banco de dados sqlite local
api-server database flask-api requests sqlite
Last synced: 02 May 2026
https://github.com/matheusadc/find-a-friend
The project presents an API for PET adoption using the MVC architecture.
dbeaver mvc-architecture pylint python sqlite
Last synced: 02 May 2026
https://github.com/vilhalva/logid-com-sqlite
🤤ESSE É UM BOT DO TELEGRAM FEITO COM PYROGRAM. É ÚTIL PARA ADMINISTRADORES QUE DESEJAM MANTER UM REGISTRO ORGANIZADO DAS INTERAÇÕES DOS USUÁRIOS, UTILIZANDO UM BANCO DE DADOS LOCAL PARA ARMAZENAMENTO E POSTERIOR ANÁLISE DAS MENSAGENS RECEBIDAS.
bot database framework projeto pyrogram python redes-sociais sqlite telegram
Last synced: 02 May 2026
https://github.com/alejandrodavidarzolasaavedra/dockerlabs-react-native-app
Organiza tus notas de hacking, desbloquea trofeos y maximiza tu productividad con pomodoros
jest react-native redux rxjs sqlite
Last synced: 02 May 2026
https://github.com/rurfy/urlx
Laravel 12 URL shortener with click tracking, QR codes, stats, tests, and CI/CD
ci-cd laravel php postgresql qr-code rest-api sqlite unit-testing url-shortener web-app
Last synced: 02 May 2026
https://github.com/sherinur/todo-app
Десктопное приложения для управления списком задач (To-Do List)
desktop-app go gorm reactjs sqlite todolist wails
Last synced: 02 May 2026
https://github.com/lunardiver/sibilussocial
Sibilus is an ASP.NET Core social media web application that is a spin-off to popular social media websites like Facebook or Twitter.
asp-net-core aspnetcore csharp database dotnet dotnet5 net social-media social-network sqlite vscode web website
Last synced: 02 May 2026
https://github.com/mindreframer/sqlcache
SQLite based cache with namespacing for Elixir
Last synced: 02 May 2026
https://github.com/cljoly/rusqlite-snapshot-testing
Snapshot testing tool for rusqlite
Last synced: 02 May 2026
https://github.com/l3-lucky-l3/weekly_digest_bot
AI-powered Telegram bot for automatic community digest creation. Collects, analyzes and publishes structured weekly summaries with goals/blockers classification using OpenRouter AI models.
ai automation classification community digest docker openrouter python scheduling sqlite telegram-api telegram-bot
Last synced: 02 May 2026
https://github.com/kahsolt/akasha
Hyperlight-weight pseudo-ORM framework for SQLite3, aimed to handle simple player data in Minecraft plugins.
hypnos lightweight mysql orm sqlite toy-project
Last synced: 02 May 2026
https://github.com/netzitech/recall
MCP server giving Claude Code (and any MCP client) persistent, selective, auto-curated memory per project. Memory lives inside <repo>/.recall/. Hybrid search (BM25 + sqlite-vec). 3 privacy modes (shared/encrypted/private).
ai-agents anthropic claude-code clean-architecture ddd fts5 hexagonal-architecture hybrid-search mcp memory model-context-protocol sqlite sqlite-vec typescript
Last synced: 02 May 2026
https://github.com/persteenolsen/umbraco-13-starter-three
Umbraco 13 CMS Website with Member Registration and Login serving as a Starter
Last synced: 02 May 2026
https://github.com/dmarks84/ind_project_movie-database-sqlite
Independent Project - I joined and manipulated data from disparate tables of movie information using Python & SQLite; defined schema, created tables/views, queried data, etc. Utilized CTE's, Window Functions, and other DDL, DQL, DML, and DCL scripts.
advanced-sql cte databases dcl ddl dml dql group-by joins python query sql sqlite tables views window-functions
Last synced: 02 May 2026
https://github.com/blackaxgit/clx
🛡️ Rust CLI extension for Claude Code — LLM-powered command validation, SQLite context persistence & MCP tools. Two-layer safety (rules + Ollama), vector semantic search, and user-adaptive learning.
ai claude-code cli command-validation context-persistence developer-tools hooks llm mcp mcp-server ollama rust security sqlite vector-search
Last synced: 03 May 2026
https://github.com/vinny990/order-management-api
FastAPI-based Order Management API with SQLite, Docker, and CI/CD pipeline.
backend ci-cd docker fastapi microservices python rest-api sqlalchemy sqlite
Last synced: 03 May 2026
https://github.com/agnivchtj/gogreen
A scalable Java application that stimulates a more ecological ‘green’ lifestyle and enables users to keep track of their carbon footprint
gitlab-ci http-response-codes jacoco-plugin java javafx junit maven-pom mockito rest-api spring-boot spring-jpa sqlite
Last synced: 03 May 2026
https://github.com/arbitercorp/arbiter
A multi-agent orchestration runtime for the terminal and the network.
agent ai cpp llm mcp memory orchestration runtime sqlite
Last synced: 03 May 2026
https://github.com/batukaraman/telephone-book
pyqt5 python sqlite telephone-book
Last synced: 03 May 2026
https://github.com/aidenstickney/modern-record-player
This application integrates RFID technology with Spotify's playback features. Users can associate RFID tags with Spotify albums, playlists, or tracks. Scanning an RFID tag initiates playback of the linked Spotify content.
flask python raspberry-pi spotify spotify-api sqlite
Last synced: 03 May 2026
https://github.com/mariccardoso/pf-backend-sabia
Backend do Projeto Sabiá - Plataforma digital inclusiva voltada para auxiliar crianças e jovens com deficiências cognitivas
api crud-application express nodejs sqlite
Last synced: 03 May 2026
https://github.com/santidev21/inventory-system
Simple inventory management system built with WPF, SQLite, and Entity Framework.
csharp entity-framework sqlite wpf
Last synced: 03 May 2026
https://github.com/canberkoztonguc1-del/commercial-site
commercial website with product catalogue and admin panel(Node.js, Express, SQLite)
Last synced: 03 May 2026
https://github.com/saitawngpha/mysqlitek
My simple app for SQLite using Kotlin.
Last synced: 03 May 2026
https://github.com/jakeahumphreys/pokeapitool
WinForms application to demonstrate REST and SQL Knowledge using the PokéApi.
netframework48 pokemon-api rest-api sqlite winforms
Last synced: 03 May 2026
https://github.com/bnimit/memor-ai
Measured memory layer for coding agents — store, distill, and retrieve past session context instead of re-sending full history to the LLM. 99.7% token savings, 11ms retrieval, built-in eval harness.
agent ai claude coding-agent context-management developer-tools distillation embeddings llm memory rag retrieval sqlite
Last synced: 09 Jun 2026
https://github.com/keradd/crux
Compression Runtime for Universal eXecution — token-optimization runtime for AI coding agents (Rust, single binary, 10 layers, local-first)
ai-agents cli llm mcp rust sqlite token-optimization tree-sitter
Last synced: 03 May 2026
https://github.com/alex289/sub-tracker
Simple and local first subscription tracker
Last synced: 03 May 2026
https://github.com/asacxyz/flutter_aplicando_persistencia_de_dados
Para acompanhamento do curso Flutter: aplicando persistência de dados
dart data data-storage flutter persistence persistent-storage sqflite sql sqlite
Last synced: 03 May 2026
https://github.com/mementomorri/micro_octo_handler
Микросевисное приложение обработки сообщений на основе архитектуры REST.
fastapi fastapi-users jwt microservice python rest sqlite
Last synced: 03 May 2026
https://github.com/yycorcino/meal-planner-app
A Mobile Application built using Expo Go to Store Meals and Create Shopping Lists
andriod-studio cscea401 expo react-native sqlite
Last synced: 03 May 2026
https://github.com/rishn/little-lemon
Final assignment submission as part of Capstone (React App) course provided by Meta under React Native Specialization Certification Course
app-development expo-react-native react-native sqlite user-experience-design
Last synced: 03 May 2026
https://github.com/suvodeep12/rift-herald
A Discord bot built with Node.js and the Riot Games API to track and announce daily League of Legends ranked LP changes with interactive slash commands.
cron discord-bot discordjs javascript league-of-legends lol-stats nodejs riot-api sqlite
Last synced: 03 May 2026
https://github.com/aiden1020/react-asp.net-with-sqlite
Here is a project for database lab. To create a auction web.
asp-net-core auction auction-website jwt jwt-authentication react sql sqlite
Last synced: 03 May 2026
https://github.com/andrewgerez/pucpr-mobile-notes-sqlite
a native kotlin notes app. 📝
Last synced: 03 May 2026
https://github.com/levysantiago/habits-server
NLW Setup Habits server
fastify prisma sqlite typescript
Last synced: 03 May 2026
https://github.com/prospermbuma/fsp
A comprehensive Android field service management application designed for technicians, service providers, and field workers.
java mobile-development sqlite xml
Last synced: 03 May 2026
https://github.com/lucasfeliciano02/databases_mysql-sqlite
Fazendo CRUD Utilizando MySQL com DBeaver E integrando Python com SQLite
Last synced: 03 May 2026
https://github.com/bhola-dev58/smart-task-tracker-api
Smart Task Tracker API is a RESTful service built with FastAPI and SQLite that allows users to create, view, update, delete, and filter tasks by completion status. It’s a simple and efficient backend solution for task management applications.
fastapi sqlalchemy-database sqlite uvicorn
Last synced: 03 May 2026
https://github.com/bastean/dsgo
Discord Got.
discordgo dsgo fiber fomantic-ui go gorm mysql sqlite templ
Last synced: 03 May 2026
https://github.com/jacksonr553/hospital-management-oop-javafx
A JavaFX-based Hospital Management System built with Java 22 and SQLite, designed to provide an intuitive interface for managing hospital operations.
audit-logging crud dashboard hospital-management-system java javafx sqlite
Last synced: 03 May 2026
https://github.com/william-fernandes252/schedule
A contacts book web application built with Django
Last synced: 03 May 2026
https://github.com/pedroka-dev/playmove-fornecedores-api
Aplicação ASP.NET com WebAPi e gerenciamento de banco utilizando Entityframework 6 + Jogo Unity consumidor dos dados.
asp-net csharp entity-framework sqlite unity
Last synced: 09 Jun 2026
https://github.com/dhiraviyasundaram/sql-injection-demo
A Flask app demonstrating SQL Injection vulnerability and its prevention using parameterized queries.
demonstration education flask parameterized-queries python security sql-injection sqlite vulnerability web-security
Last synced: 03 May 2026
https://github.com/kngsoomin/event-log-quality-monitor
This project is an end-to-end prototype that continuously checks, validates, and visualizes the health of Wikipedia's Clickstream logs.
data-engineering data-quality fastapi portfolio python sqlite streamlit
Last synced: 04 May 2026
https://github.com/t-udom-2017-02736/famboard
Web-based household dashboard for chores, meals, events, and more
allowance chores family family-dashboard flask household-organization kids-app organization parent-tools pwa python raspberry-pi screen-time sqlite
Last synced: 04 May 2026
https://github.com/odaiseas/road-crash-analysis
Анализ ДТП в России (2015–2024) с помощью Python, SQL и визуализаций
jupyter pandas python sql sqlite traffic-accidents
Last synced: 04 May 2026
https://github.com/duanechan/tldr
A file/text summarizer web app & API powered by Gemini.
ai gemini go jwt-authentication sqlite summarizer svelte tailwindcss typescript
Last synced: 09 Jun 2026
https://github.com/ahg-bscs/console-point-of-sales
Process point-of-sale transactions from a database and save transactions to a database. Users can navigate through the console using the numeric menu and with the help of colored text for easier navigation.
colored-terminal console-app console-application numeric point-of-sale serverless sqlite terminal-app
Last synced: 04 May 2026
https://github.com/icehub82/razorshop
Minimal api webshop app with HTMX calling EF Core Sqlite returning razor slices.
dotnet9 efcore8 htmx minimal-api razorslices sqlite
Last synced: 04 May 2026
https://github.com/veerps57/memento
Persistent memory for AI assistants
ai ai-tools cli llm mcp memory model-context-protocol sqlite typescript
Last synced: 15 May 2026
https://github.com/oirhyan/todo-list-app
Lista de Tarefas para Android
android-app android-application dao-crud kotlin-android kotlin-language kotlin-native sqlite
Last synced: 04 May 2026
https://github.com/ology/mojo-tutorial
Web Developer Tutorial
css javascript mojolicious perl sqlite
Last synced: 04 May 2026
https://github.com/lucianamcedro/todolist_flutter
Aplicativo To Do List em Flutter utilizando Provider, Firebase e SqLite.
dart firebase flutter provider sqlite todolist todolist-app
Last synced: 04 May 2026
https://github.com/danlikendy/local_llm_project
Local AI assistant with web interface built on Ollama. Fully private artificial intelligence system running on your computer without internet connection. Features conversation memory, modern web interface, and ability to connect from any device on local network
ai-assistant chat-bot flask llm local-ai offline-ai ollama privacy python sqlite web-interface
Last synced: 04 May 2026
https://github.com/r-siddiq/gymlog
Android workout tracker using Java, MVVM, Room, LiveData; logs exercises per user, displays lists with RecyclerView, handles login, persists LocalDateTime via TypeConverter, Gradle-based build configuration.
android-application dao gradle lifecycle mvvm room sqlite viewbinding viewmodel xml
Last synced: 04 May 2026
https://github.com/shunji-taki/aichan
Slack上でOpenAIを使う会話型AIボット「AIちゃん」のソースコード
chatbot openai openai-api-chatbot python slack slack-bolt slack-bot sqlite
Last synced: 04 May 2026
https://github.com/clupus/vfox-sqlite
SQLite plugin for vfox. Port of asdf-sqlite
Last synced: 04 May 2026
https://github.com/asa-degroff/mtoc
mtoc is a music player and library browser for Linux that emphasizes smooth, continuous browsing experiences with album artwork at the forefront.
cpp gstreamer gui linux mediaplayer qml qt sqlite
Last synced: 04 May 2026
https://github.com/coderunner099/adress-app
App: save, display, edit, and delete addresses,
fetch-api javascript python rest-api sqlite
Last synced: 04 May 2026
https://github.com/omniaosama03/ite421-mobile-applications
All code written in ITE421 - Mobile Applications (Android Studios- Java, SQLite) (IN PROGRESS)
Last synced: 04 May 2026
https://github.com/marcosviniciusjau/python-redis
This is a API in Python with Redis where its possible to create products, first on SQLite and then save on cache on Redis
python redis redis-cache sqlite
Last synced: 04 May 2026
https://github.com/vitor-msp/todos
Todos minimal api.
aspnet dotnet entity-framework minimal-api sqlite
Last synced: 04 May 2026
https://github.com/antonioisaacdias/api-flask-books
API Rest em Python e Flask para cadastramento e gerenciamento de livros.
api api-rest flask flask-api flask-migrate flask-sqlalchemy python sqlalchemy-orm sqlite
Last synced: 04 May 2026
https://github.com/thenriquedb/reading-large-files-with-node-streams
Read and write large CSV files efficiently using Node.js streams.
csv-parse node node-streams nodejs sqlite
Last synced: 04 May 2026
https://github.com/dianrahmaji/simple-blog
This repository is dedicated for learning Mikro-ORM
fastify mikro-orm react sqlite tanstack-query turborepo typescript
Last synced: 05 May 2026
https://github.com/sreeharshrajan/recipe-tracker-api
A production-ready RESTful API built with Laravel 12 for managing cooking recipes.
crud interview-project laravel laravel-sanctum php phpunit recipe-tracker rest-api sqlite
Last synced: 05 May 2026
https://github.com/thiagosilvaantenor/api-nodejs
API de cadastro de clientes construida com nodeJS no curso de javascript da AVANCATECH
api express-nodejs javascript nodejs prisma-orm sqlite
Last synced: 05 May 2026
https://github.com/reedkrawiec/citizenship.io
Full-stack quiz app with Flask, SQL and React.
Last synced: 05 May 2026
https://github.com/damoscodehub/superagency
Database for the hiring of superheroes and supervillains (originally for CS50's SQL course)
cs50 database database-management database-schema final-project harvard harvardcs50 sql sqlite sqlite3 superheroes
Last synced: 05 May 2026
https://github.com/raycarterlab/dingtalkoauth
OAuth2 With Alibaba‘s DingDing App to Retrieve User Info
fastapi fastapi-sqlalchemy oauth2 postgresql python3 sqlite
Last synced: 05 May 2026