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-30 00:25:48 UTC
- JSON Representation
https://github.com/giuseppericcio/selftestcovid19
Web Application "SelfTestCOVID19" sviluppata nell'ambito del corso di Software Architecture Design della prof.ssa Anna Rita Fasolino, Università degli Studi di Napoli "Federico II", a.a. 2021-22
covid19 flask machine-learning sqlite webapp
Last synced: 30 Apr 2026
https://github.com/romaindoyen/dodocuistoandroid
Application de recettes créoles sous Android
android-application java sqlite
Last synced: 30 Apr 2026
https://github.com/cihatsolak/netcore-unit-test
It is the process where we test the behavior of the smallest units of the project independently. Our action methods in the controller are actually small components, and we can observe their behavior with unit test. The sensitive point is the state of being independent from each other. When testing a method, the method to be tested should not relate to different methods.
autofixture efcore fluentassertions localdb moq-framework sqlite xunit-tests
Last synced: 30 Apr 2026
https://github.com/imsma/springboot-sqlite
This repository contains a simple Spring Boot application that demonstrates how to integrate SQLite as an embedded database. This project is perfect for learning and understanding how to work with Spring Boot and an embedded database for development and testing purposes.
Last synced: 30 Apr 2026
https://github.com/rupeshrb/project_data_visualization_django
Data visualization is important concept which apply in this project with help of d3.js, pandas,python etc library
bootstrap d3js data-visualization django html-css-javascript pandas python sqlite
Last synced: 11 Apr 2026
https://github.com/emiraksay/keddy
Session intelligence for Claude Code — navigable timelines, plan tracking, and past session search
claude claude-code cli developer-tools mcp session-intelligence sqlite typescript
Last synced: 23 Apr 2026
https://github.com/pavloniym/foodometer
Telegram Bot for business lunch payment queue management
docker javascript nodejs sequelize sqlite telegram-bot
Last synced: 30 Apr 2026
https://github.com/nao1215/sqlode
Generate type-safe Gleam code from SQL schemas and queries. sqlc-style workflow with PostgreSQL, MySQL, and SQLite support.
cli code-generation codegen database erlang gleam mysql postgresql sql sqlite type-safe
Last synced: 09 May 2026
https://github.com/msyk/imapp_account
Accounting Web Application for Japanese Freelance Workers.
account inter-mediator sqlite webapp
Last synced: 25 Mar 2025
https://github.com/tiny-essentials/puddysql
🍮 Powerful SQL toolkit for Node.js, built with flexibility and structure in mind. Easily manage SQLite3/PostgreSQL, advanced queries, smart tag systems, and full JSON-friendly filters.
advanced-search database nodejs postgres postgresql query-builder sql sql-builder sql-query sqlite sqlite3 tag-system tiny-essentials
Last synced: 01 May 2026
https://github.com/markwylde/node-mini-migrations
A really simple node migrations library that is completely independant of any database or file system.
Last synced: 01 May 2026
https://github.com/driftbase-labs/driftbase-python
Local-first behavioral drift monitoring for AI agents. One decorator, SQLite, no cloud.
ai-agents behavioral-monitoring drift-detection local-first observability python sqlite
Last synced: 22 Apr 2026
https://github.com/justmars/pylts
Pydantic wrapper around litestream for AWS buckets
Last synced: 22 Apr 2026
https://github.com/lorddarkula/easyql
SQLite wrapper for iOS
cocoapods database ios-lib objective-c objective-c-library sqlite
Last synced: 01 May 2026
https://github.com/melonask/bria
Bria is a Rust-based multi-pipeline job orchestrator. It ingests jobs from files, HTTP/webhooks, AMQP, cron, PostgreSQL, or SQLite, runs local, Docker, or WebAssembly tasks; and emits results to files, webhooks, AMQP, databases, or live streams.
amqp bria jobs ochestration pipeline postgresql rust sqlite tasks
Last synced: 08 Jun 2026
https://github.com/daska121/geralts-interaction-game
This thesis develops an interactive storytelling game inspired by the Witcher, where players shape the narrative through gestures and emotions, using technologies such as Flask, OpenCV, Mediapipe, and FER for natural interaction.
camera css fer flask-api game geralt-of-rivia html interactive javascript mediapipe opencv-python python sqlite
Last synced: 24 Oct 2025
https://github.com/cristofima/xamarin-sqlite
Aplicación móvil con Xamarin Forms y SQlite
android ios mobile-app mvvm sqlite uwp xamarin-forms
Last synced: 01 May 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/sylviachebetemth/biashara-first-healthcare
Biashara First Healthcare is a platform designed to streamline the connection between businesses and healthcare facilities.The platform features an interactive map powered by OpenLayers, allowing users to easily locate healthcare providers.
flask openlayers python3 reactjs sqlite
Last synced: 01 May 2026
https://github.com/alexandertiopan1212/arbidex
ArbiDex is a smart prediction market arbitrage dashboard that detects mismatches between similar Manifold markets using fuzzy logic, complete with actionable insights, weekly trend tracking, and historical database.
ai-trading altair data-visualization finance fuzzy-matching manifold-markets prediction-markets python sqlalchemy sqlite streamlit
Last synced: 21 Apr 2026
https://github.com/danielsen/transientcontext
Transient database contexts for integration testing
database disposable-databases entityframeworkcore nunit nunit-tests postgresql postgresql-database sqlite sqlite-database xunit xunit-tests
Last synced: 01 May 2026
https://github.com/tenry92/orm-js-sqlite
SQLite connection for orm-js.
database entity orm orm-library sqlite sqlite-orm typescript
Last synced: 14 Apr 2026
https://github.com/bredalis/sqlite3python
✨ BBDD SQL ✨
bbdd database python relational-databases sql sqlite sqlite3 sqlite3-database
Last synced: 01 May 2026
https://github.com/davidtaing/go-webhook-server
Golang Webhook Server - Receive Webhooks, Handle Events Idempotently, and then Offload Processing to a Job Sink or a Queue
Last synced: 21 Apr 2026
https://github.com/andrewarrow/vibecoders
backend golang sqlite, frontend react tailwindcss, co-authored with Claude Code
claude golang sqlite vibecoding
Last synced: 01 May 2026
https://github.com/sagebynature/signal-graph
CLI-first trading research toolkit for turning market events into explainable trade hypotheses with explicit provenance.
cli knowledge-graph market-research neo4j provenance python sqlite trading
Last synced: 05 Jun 2026
https://github.com/ziobrowskipiotr/logistic_regression_model
This project implements logistic regression in C++, to predict the likelihood of heart disease, using SQLite for data storage and Google Test for unit testing.
google-test machine-learning sqlite
Last synced: 02 May 2026
https://github.com/valfonsoardila/yourjob-backend
Backend de la app YourJob en Node js, SQL lite y sequelize
Last synced: 21 Apr 2026
https://github.com/mcemy/busca-cep-e-corretores
Node-RED + BrazilAPI: Busca de CEP com mapas interativos e catálogo de corretoras. Geocoding automático garante mapas para todos os CEPs válidos usando Leaflet.js e Nominatim. Inclui MQTT e SQLite.
api-integration brasil brazilapi cep geocoding interactive-maps leaflet maps mqtt node-red nominatim openstreetmap sqlite
Last synced: 02 May 2026
https://github.com/chrisross5/patterns
My first GUI app! It shows all combinations for unlocking an Android phone, with display options and more features. Built with the Tkinter GUI module and SQLite database for saving user settings.
performance permutations python smtp sqlite threading tkinter
Last synced: 21 Apr 2026
https://github.com/pprattis/city-tourism-events-with-firebase-app
A Java Android application that simulates the functionality of a tourist guide for events in Athens saving event information in Firebase Realtime Database.
android android-application android-studio application cardview computer-science events firebase firebase-auth firebase-authentication firebase-database firebase-realtime-database java sqlite student
Last synced: 02 May 2026
https://github.com/florianschmidt1994/swahili-dictionary
A very simple swahili dictionary with a clean UI
dictionary django python3 sqlite swahili
Last synced: 13 Apr 2026
https://github.com/aleksandrpolishchuk/northwind
ASP.NET Core 7
asp-net-core-mvc asp-net-core-web-api csharp entity-framework-core mssql sqlite
Last synced: 20 Apr 2026
https://github.com/conscious-puppet/rust-sqlite
Toy SQLite implementation in Rust
Last synced: 20 Apr 2026
https://github.com/attacktive/troubleshooter-editor-back-end
It's the back-end of a save file editor of the game Troubleshooter: Abandoned Children.
editor exposed-orm game gradle kotlin save-editor spring-boot sqlite
Last synced: 11 Apr 2026
https://github.com/naturalcycles/sqlite-lib
SQLite implementation of CommonDB interface
Last synced: 27 Oct 2025
https://github.com/arc-hugo/clavardage
Application de communication décentralisée au sein d'un réseau local
chat decentralized java javafx sqlite
Last synced: 07 May 2026
https://github.com/mehdidc/bm
Simple console bookmark manager that uses Sqlite to store the links.
bookmarks bookmarks-manager shell sqlite sqlite3
Last synced: 20 Apr 2026
https://github.com/thenriquedb/begou-api
Aplicativo que tem como objetivo auxiliar a equipe dos abrigos e Organização Não Governamental (ONGs) a divulgar e arrecadar verba para animais que se encontram em condição de fragilidade.
api-rest cd ci clean-architecture docker express jest mysql nodejs rest solid sqlite typeorm typescript
Last synced: 11 Apr 2026
https://github.com/thornbill/polymod-sqlite
A library to support SQLite data sources in Polymod.
Last synced: 03 May 2026
https://github.com/btafoya/gomailserver
Modern, composable all-in-one mail server in Go with SMTP, IMAP, CalDAV, CardDAV, DKIM, SPF, DMARC, antivirus, and anti-spam
caldav carddav dkim dmarc email email-server go golang imap mail-server mailserver security smtp spf sqlite tls
Last synced: 24 Jan 2026
https://github.com/butterscotchstallion/fitness-tracker
Angular application to track my workouts
Last synced: 03 May 2026
https://github.com/mirohallo/sql-query-vs30-japan
SQL Query Tool for Vs30 data in Japan
japan python risk-analysis seismic-hazard site-effects spatial-analysis sql sqlite vs30
Last synced: 20 Apr 2026
https://github.com/karthiks-forest/farmly_app
Farmly - connecting Farmers, Growing Opportunities 🌱
android-application farmer farmers-markets idea innovation ios-app mobile-app mobile-development react-native sqlite startup
Last synced: 20 Apr 2026
https://github.com/abhilash26/tigerfly
A new opinionated minimal stack for building webapps with Go, HTMX and Sqlite with a more cohesive environment
chi-router golang htmx sqlite starter-kit starter-template
Last synced: 03 May 2026
https://github.com/jarrarshahid/oop
OOP is a comprehensive repository covering OOP principles, SOLID design patterns, real-world applications, and API development with Flask & FastAPI. It includes advanced concepts like metaclasses, multiple inheritance, and dependency injection, along with full-fledged projects using SQLite/PostgreSQL. Perfect for begginers and advanced programmers.
advanced-python backend-development cli-tools design-patterns employee-management fastapi flask inventory-management-system object-oriented-programming object-oriented-programming-python oop python real-world-applications software-architecture solid-principles sqlalchemy sqlite todo-app
Last synced: 20 Apr 2026
https://github.com/sashka11111/medical-guide
Multinational medicine guide.
atlantafx controlsfx hicaricp-datasource java javafx maven slf4j sqlite
Last synced: 11 Apr 2026
https://github.com/javiercanon/web-github-issue-reporting
💻 🐞 PHP Simple (KISS) user friendly webpage to report a GitHub issue, with DB backup
bootstrap bootstrap-4 bootstrap4 bug bugreport bugs crash-reporting github github-issues issues php responsive responsive-design responsive-web-design sqlite sqlite3 sqlite3-database
Last synced: 04 May 2026
https://github.com/thegera4/workout-app
Android app for working out at home
Last synced: 13 Apr 2026
https://github.com/ahmed-naserelden/todolist
android cubit dart flutter ios mobile-app sqlite
Last synced: 04 May 2026
https://github.com/nklapste/stock_collector
Stock collector using yfinance to collect stocks into a sqlite database.
Last synced: 04 May 2026
https://github.com/rohit-sharma-rs/coding-in-python
Posting code through my learning phase of python
beautifulsoup4 django flask pytest python3 selenium sqlite
Last synced: 04 May 2026
https://github.com/mononobi/imovie
Application for rapid and reliable movie collection management.
csharp dotnet movie-collection movies sqlite
Last synced: 04 May 2026
https://github.com/marco0antonio0/app-task-list
App flex task list aplicativo feito em flutter , uma app para ajudar a organizar tarefas de maneita facil e dinamica em poucos cliques
android flutter sqflite sqlite
Last synced: 04 May 2026
https://github.com/ralitsaterzieva/flask-form-lab
Flask based project
bootstrap flask flask-migrate flask-sqlalchemy flask-wtf python sqlalchemy sqlite wtforms
Last synced: 20 Apr 2026
https://github.com/voltamon/todo-tui
Its a todo app made using sqlite3
c-language database sqlite sqlite3 todo todoapp
Last synced: 19 Apr 2026
https://github.com/nirmalnishant645/attendance-system
Automated Attendance System using Facial Recognition in Python
attendance-system cv cv2 face-recognition facial-recognition haar-cascade haar-cascade-classifier machine-learning numpy opencv opencv-python pandas python python-3 python3 sql sqlite sqlite3 tkinter tkinter-gui
Last synced: 15 Apr 2026
https://github.com/duydang2311/askkit
AI Chatbot w/ launcher application built with Rust
desktop rust sqlite svelte sveltekit tailwindcss tauri tiptap windows
Last synced: 15 Apr 2026
https://github.com/rgolubtsov/customers-api-proto-lite-vlang-veb
A daemon written in V (vlang/veb), designed and intended to be run as a microservice, implementing a special Customers API prototype with a smart yet simplified data scheme.
customers docker json microservice rest-api sqlite veb vlang
Last synced: 12 Apr 2026
https://github.com/sieep-coding/laptop-cli
This is a tool to manage device donations to my non-profit.
Last synced: 04 May 2026
https://github.com/banghuazhao/habit-diary
A comprehensive iOS habit tracking app with gamification, 35+ habit templates, 12-tier rating system (F-SSS), achievements, and smart reminders. Built with SwiftUI and GRDB for seamless habit formation and personal growth.
achievements consistency gamification grdb habit-tracking habits health ios lifestyle mobile motivation notifications personal-development productivity rating-system self-improvement sqlite swift swiftui wellness
Last synced: 04 May 2026
https://github.com/danitilahun/secure_note_app_cybersecurity
Secure Note App: Safely store sensitive data using advanced encryption in a secure database. User-friendly interface for managing confidential information with top-notch cybersecurity measures.
encryption-decryption flutter secure-notes sqlite
Last synced: 04 May 2026
https://github.com/yannickdot/taskqlite
A monadic interface for sqlite in Node
monadic-interface nodejs sqlite task wrapper
Last synced: 04 May 2026
https://github.com/kento75/express-jwt-auth-sqlite
express + sqlite + JWT Auth を使用した APIサーバー
api-server auth express jwt sqlite
Last synced: 05 May 2026
https://github.com/cauandzn/normalabs
Landing Page of Normalabs, a Normatel innovation hub. Application built with NextJS, TypeScript, TailwindCSS, Express, PrismaORM and SQLite.
next nextjs prisma react reactjs sqlite tailwindcss
Last synced: 11 Apr 2026
https://github.com/sureshbeekhani/chat-with-postgres-sql
This Streamlit app enables users to query a MySQL database using natural language. It translates questions into SQL, executes them, and returns the results in plain language. Powered by LangChain and Groq, the app makes database querying simple for non-technical users.
ai chatbot langchain sql sqlite streamlit
Last synced: 19 Apr 2026
https://github.com/mearman/cascade
Cross-platform cloud storage filesystem client in Rust: on-demand file access, nested .cascade config with directory-walk precedence, offline pinning, policy-driven lifecycle, P2P block sync, and multi-backend support. Native platform APIs (FSKit on macOS, ProjFS on Windows, FUSE on Linux) with NFS/WebDAV fallback, no kernel extensions.
cloud-storage cross-platform file-provider file-sync filesystem fskit fuse google-drive nfs on-demand p2p projfs rust s3 sqlite tokio virtual-filesystem webdav
Last synced: 16 Jun 2026
https://github.com/ncmonx/icm-graph
Token-efficient context CLI for Claude Code, Cursor, Cline. Cuts AI coding costs 70-90% via context packs, output filters, local memory + receipts. 40 MCP tools, 122/122 tests, Apache-2.0.
ai-agents ai-coding anthropic claude-code cli cline context-engineering cpp17 cursor developer-tools knowledge-graph llm-tools local-first mcp mcp-server prompt-engineering semantic-search sqlite token-optimization
Last synced: 29 May 2026
https://github.com/ar4ikov/sqlextendedobjects
Утилиты и классы для облегченной и удобной работы с SQlite таблицами и SQL в целом.
database db oop opensource pytnon sql sqlite sqlite3 tables
Last synced: 05 May 2026
https://github.com/thipages/sqlite-csv
Load csv in sqlite with the right types and some stats
Last synced: 10 Apr 2025
https://github.com/ashwin-rajeev/golang-grpc-app
A simple gRPC application to query key/value from SQLite database table.
database golang golang-application grpc grpc-go sqlite sqlite3
Last synced: 05 May 2026
https://github.com/shawnhack/exocortex
Personal unified memory system for AI agents. SQLite-backed, local-first, hybrid RAG retrieval with MCP integration.
ai claude embeddings entity-extraction hybrid-search knowledge-graph local-first mcp memory model-context-protocol personal-knowledge-management rag sqlite typescript
Last synced: 25 Feb 2026
https://github.com/architgargpro/calorie-counter-back
An app to keep record of Calories, Backend with NestJS + TypeORM-sqlite3
access-control backend-api nest nest-js nestjs nodejs sqlite typeorm typescript
Last synced: 31 Jan 2026
https://github.com/ryannapp12/quant_trading_engine
A modular, and scalable quantitative trading engine built in Python. This project demonstrates efficient data caching with SQLite, concurrent backtesting, and advanced risk analytics, showcasing best practices in clean code architecture and performance optimization.
algorithmic-trading backtesting dash data-analysis data-visualization fintech lstm machine-learning numpy pandas plotly python quantitative-finance real-time risk-management sqlite technical-analysis tensorflow time-series-analysis trading-strategies
Last synced: 11 Apr 2026
https://github.com/dbsynckit/dbsynckit.templates.sqlite
Enhance your SQLite database queries with DbSyncKit.Templates.SQLite. This package delivers templates for SELECT, INSERT, UPDATE, DELETE, and COMMENT queries, simplifying SQL operations for improved readability and efficiency.
dbsync dbsynckit dotnet dotnet-core fluid sql-query-builder sqlite templating
Last synced: 05 May 2026
https://github.com/brian-001/web3defi
The platform connects employers seeking Web3 and DeFi expertise with skilled developers looking for opportunities in these emerging technologies
fortify laravel livewire3 mailtrap sqlite tailwindcss
Last synced: 05 May 2026
https://github.com/kockaadmiralac/reddit-queue
Relays Reddit mod queue content into a Discord channel.
discord discord-py discord-webhook python reddit reddit-api sqlite
Last synced: 05 May 2026
https://github.com/janumedia/stocksales-android-app
Stock and Sales Android Application Example
android example-app example-code example-project navigation-drawer spinner sqlite table
Last synced: 05 May 2026
https://github.com/jessicasantosb/codante-workshop-next-auth
Uma aplicação criada com base no workshop da plataforma de cursos Codante.io.
nextauth5 nextjs14 prisma shadcn-ui sqlite tailwindcss typescript
Last synced: 01 Feb 2026
https://github.com/eiskalteschatten/sequelize-migration-wrapper
A wrapper for migrating databases using Sequelize and Umzug.
database migration mysql nodejs postgresql sequelize sql sqlite umzug
Last synced: 01 Feb 2026
https://github.com/skimmenthal13/asql
C# Library that let use multiple types of databases (SqlServer, Oracle, MySql, PostgreSQL, Sqlite) with same code
database events log migrator multidatabase mysql oracle orm performance postgresql sql sqlite sqlserver trace transactional
Last synced: 01 Feb 2026
https://github.com/stauber-justin/neocardium
NeoCardium – Die moderne Karteikarten App für Windows 11
education sqlite windows-app winui3
Last synced: 11 Mar 2025
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/brandonbest/php-unittest-sqlite
Limit the number of migrations/seeders run during phpunit tests with Sqlite. Designed for repos with a large number of migrations/seeders to quickly refresh the database.
laravel lumen phpunit-tests sqlite
Last synced: 14 Jan 2026
https://github.com/olbrichattila/godbmigrator_cmd
Golang command line database migrator, and HTTP migrator server, dockerized for CI-CD pipelines
automation ci-cd database database-migration go golang golang-application migration mysq postgresql sqlite
Last synced: 06 May 2026
https://github.com/kagiyanagi/rbse-qbank
Browse 14 years of RBSE Class 12 past paper questions. Filter by subject, chapter, topic, and marks.
python qbank rbse sqlite vibe-coded
Last synced: 09 Jun 2026
https://github.com/ge0de/ge0des-notepad-app
A personalized notepad web application built with Flask and SQLite, featuring secure user authentication, note management (add, edit, delete), and a responsive Bootstrap-powered interface. This project showcases my back-end development, database management, and front-end design skills, focusing on functionality and user experience.
back-end-development bootstrap css flask front-end-development html python sqlite
Last synced: 11 Apr 2026
https://github.com/ajnus/autobar_man_programacao_de_microcontroladores_eng1419
Projeto Final da disciplina eletiva Programação de Microcontroladores na Graduação em Ciência da Computação: PUC-Rio | Nota: 8.78
arduino cplusplus pyhton sqlite tkinter tkinter-graphic-interface tkinter-gui tkinter-python
Last synced: 15 Apr 2026
https://github.com/asilvafx/php-sqlite-crud
Simple PHP Slim Database CRUD application using SQLite3.
api crud database php php-slim-framework sqlite
Last synced: 10 Apr 2026
https://github.com/theognis1002/django-playground
Test and experiment with Django ORM, third party packages, etc.
django django-rest-framework postgresql sqlite
Last synced: 05 Apr 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/dbeley/symmetri
A fully-featured metrics tracker (battery, temperatures, network etc.) and monitoring tool for your computer.
monitoring rust sensors sqlite
Last synced: 08 Feb 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