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/cosmos-loops/cosmos-dapper
Cosmos.Dapper is a part of Cosmos.Data, a inline project of COSMOS LOOPS PROGRAMME. This repository provides a package of StackExchange.Dapper to improve development efficiency.
dapper data mysql mysqlconnector oracle postgresql sql-query sqlite sqlkata sqlserver
Last synced: 11 Apr 2026
https://github.com/ctb/2021-sourmash-datasette
Exploring datasette for exploring microbial taxonomy analyses of metagenomes wit hsourmash
Last synced: 25 Apr 2026
https://github.com/wikieden/spatialmem
Spatial memory layer for AI agents — RGB-D / point clouds to a persistent, queryable, LLM-native 3D scene graph. Mem0 for 3D space.
3d ai-agents embodied-ai llm point-cloud rgbd robotics scene-graph spatial-memory sqlite
Last synced: 06 Jun 2026
https://github.com/delimard/sqlite-ios-sync
Few method to sync Sqlite Databases with Xojo iOS.
Last synced: 27 Apr 2026
https://github.com/pmuens/nestjs-db-course
Working through the NestJS DB Course by "Anson the Developer"
javascript nestjs nodejs sqlite typeorm typescript
Last synced: 11 Apr 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/nopjmp/sqlite
Sqlite driver based off of rsc.io/sqlite. Designed around minimalism and efficiency
Last synced: 28 May 2026
https://github.com/omnisci3nce/sqlite-sessions-demo
Delta DB updates using SQLite "Session" extension a.ka. Changesets
Last synced: 27 Apr 2026
https://github.com/aryashreep/python-for-everybody
Python for Everybody exercises
Last synced: 27 Apr 2026
https://github.com/mmaffi/be-the-hero
| Be The Hero | Projeto realizado com acompanhamento da Semana OmniStack da Rocketseat
api-rest backend expo expo-cli express-js frontend full-stack javascript mobile node-js ongs open-source projeto-social react react-native sqlite
Last synced: 09 Apr 2026
https://github.com/sashka11111/goal-tracker-db
Course project. An application for tracking personal goals.
atlantafx controlsfx hicaricp-datasource java javafx maven slf4j sqlite
Last synced: 27 Apr 2026
https://github.com/mwelwankuta/noogle
🌐 a search engine for questions, using it's own web crawler.
flask-api multithreading rest-api search-engine sqlite
Last synced: 09 Mar 2025
https://github.com/murilochianfa/simple-youtube-cli
Simple youtube CLI
cli entity-framework sqlite youtube
Last synced: 28 Apr 2026
https://github.com/mfdeux/fooddata
Download, build, and query the USDA food database
data-science database food python sqlite usda
Last synced: 28 Apr 2026
https://github.com/jharsh1202/mark-my-review_android
Mark My Review scans and creates QR codes for feedback forms. Easier convenient and reliable feedback/review solution.
android android-app android-application android-library android-studio gradle java qrcode qrcode-generator qrcode-scanner review sqlite sqlite3 zxing zxing-library zxing-qrcode
Last synced: 28 Apr 2026
https://github.com/eeyribas/csharp-applications
Contains applications developed using the C# programming language. These applications cover a variety of topics, Excel operations, JSON reading and writing, XML processing and SQLite integration.
canvas-js chart control-panel csharp csharp-application csharp-programming csharp-project examples excel jquery json-read-and-write net-framework net-framework-461 serial-port-communication sqlite sqlite-database thread visual-studio visual-studio-2019 xml
Last synced: 28 Apr 2026
https://github.com/geoion/norma
Modern, type-safe Python ORM with dataclass support. Works with PostgreSQL, SQLite, MongoDB, and Cassandra.
async cassandra cli codegen dataclass fastapi mongodb orm postgres postgresql pydantic python schema-generation sqlite tornado type-safety validation
Last synced: 11 Apr 2026
https://github.com/katagaki/hackersjp
Hacker News app for Japanese readers
apple-translation google-mlkittranslate-integration hacker-news ios sqlite swift swiftui
Last synced: 29 Apr 2026
https://github.com/tonumayworkspace-creator/sales-revenue-forecasting-with-business-decision-insights
End-to-end sales revenue forecasting with business decision insights using Python, SQLite, and Streamlit
analytics-project business-analytics dashboard data-science data-science-projects forecasting python revenue-forecasting sqlite streamlit time-series
Last synced: 09 Apr 2026
https://github.com/askhan963/intra-social-app
This mobile app project I made using React Native. It has navigation, SQlite and UI design for mobile.
android naviagtion react-native sqlite
Last synced: 04 May 2026
https://github.com/danhpaiva/supergym-chsarp
🦾 • Application for gym management
csharp gym gym-management hacktoberfest hacktoberfest-accepted hacktoberfest2021 net sqlite visual-studio
Last synced: 29 Apr 2026
https://github.com/shuklaritvik06/databases
Learnings and Projects of using Databases
mysql postgresql redis sql sqlite
Last synced: 29 Apr 2026
https://github.com/nazli-d/rent-bike-and-car
Car and Bicycle Rental Project
database gui python rent rent-bikes rent-car-and-bike rentacar rental rental-management sqlite sqlite-database tkinter-gui
Last synced: 29 Apr 2026
https://github.com/pandh4cker/recherchefilm
Language implementation for searching in a movies' database
database databases java jdbc jdbc-database jdbc-driver jdbc-drivers language language-detection languages movies search search-algorithm search-engine search-in-text searching searching-algorithms sql sqlite sqlite3
Last synced: 29 Apr 2026
https://github.com/thegera4/favplaces-app
React-native app managed by Expo to save your favorite locations!
expo google-geocoding-api google-maps-api react-native sqlite
Last synced: 29 Apr 2026
https://github.com/edwardcdev/node-express-rest-api
A simple REST API based on Node.js, Express.js and SQLite
express node restful-api sqlite
Last synced: 15 Apr 2026
https://github.com/pasunboneleve/cheap-rag
Simple RAG with hard guardrails. Answers only when local content is relevant — otherwise refuses. Cheap to run, cheap to understand, cheap to replace.
embeddings golang guardrails llm rag semantic-search sqlite unix-socket
Last synced: 08 Jun 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/adadalshabab/orchestrating-multi-step-financial-sql-agent-using_langgraph_memory
This repository demonstrates a production-ready architecture for a multi-step Financial SQL Agent using cutting-edge LLM tooling. It leverages a combination of
faiss langchain langgraph llm openai python sqlite
Last synced: 01 May 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/masajinobe-ef/prsc
🔐Free cross-platform password manager on Flask, Python, SQLite with Cryptography
cross-platform cryptography database flask linux macos password password-manager python security sql sqlite web-development windows
Last synced: 01 Aug 2025
https://github.com/ctrlaltdev/wyd
What you doin'?
c cli sqlite task task-manager
Last synced: 02 May 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/fearschism/icnx-sharp
A modern desktop download manager built with Avalonia & dotnet.
avalonia csharp dapper dotnet downlo download download-manager macos scraping-websites scripts sqlite url-downloader vibe-coded vibe-coding windows
Last synced: 09 Apr 2026
https://github.com/edsonlcandido/desenvolvedornet
Repositorio criado para mostrar meu aprendizado em ASP.NET core
asp-net-core bulma-css dapper entity-framework-core linq mvc-architecture sqlite
Last synced: 21 Feb 2026
https://github.com/dkolzenov/simple-chat
Desktop chat built using the ASP.NET Core for server and WPF for client
asp-net-core n-layer rest sqlite wpf
Last synced: 03 May 2026
https://github.com/abdulkader-safi/learnsql
a small repo to learn sql
database mysql sql sql-server sqlite t-sql
Last synced: 12 Apr 2026
https://github.com/alexdevzz/nest-posts-graphql
This project is a very simplified API to exemplify the use of GraphQL as a communication layer on the NestJS framework, also using SQLite as a database and TypeORM for object-relational mapping.
apollographql class-validator dto entity git graphql nestjs node posts repository sqlite typeorm typescript
Last synced: 09 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/shim369/nextjs-typescript-aspnetcore-todo-app
asp-net-core-mvc nextjs sqlite typescript
Last synced: 09 Apr 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/mscompsci/iot-weather-station
A Raspberry Pi weather station and website dashboard
flask flowbite iot raspberry-pi sqlite svelte weather weather-station
Last synced: 04 May 2026
https://github.com/ajgthb2002/task-tom-django
Task Management Application created using Django
celery django django-application django-drf django-orm django-template-language django-templates heroku html jinja2 python sqlite tailwindcss task-manager
Last synced: 04 May 2026
https://github.com/brunnodev50/react-native-chat-telegram-bot
📱 App Expo/React Native com SQLite que atua como servidor de Chatbot do Telegram. Gerenciamento de leads e atendimento em tempo real sem backend externo.
expo mobile-server react-native sqlite telegram-bot
Last synced: 12 Apr 2026
https://github.com/fandredev/nlw-connect
A application with Flask in the Rocketseat NLW Connect event
Last synced: 04 May 2026
https://github.com/tigawanna/expo-opsqlite-spatialite-demo
Demonstrates using SpatiaLite with op-sqlite in React Native Expo for powerful on-device spatial database operations. Includes Expo config plugin for automatic native library deployment and Drizzle ORM integration.
expo libspatialite op-sqlite sqlite
Last synced: 04 May 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/devmunyi/mazebank
A JavaFX Banking Application utilizing SQLite for Data persistence
data-persistence gui-application java javafx 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/ar4ikov/sqlextendedobjects
Утилиты и классы для облегченной и удобной работы с SQlite таблицами и SQL в целом.
database db oop opensource pytnon sql sqlite sqlite3 tables
Last synced: 05 May 2026
https://github.com/eztakesin/llm-mcp-gateway-rs
Rust LLM gateway compatible with the OpenAI Responses API, integrating MCP (local Docs/PDF KB + extensible tool/database MCP servers) with a tool-loop, and compatible with Big-AGI. Rust 实现的 LLM 网关:兼容 OpenAI Responses API,集成 MCP(本地 Docs/PDF 知识库 + 可扩展的工具/数据库 MCP),支持 tool loop,并适配 Big-AGI。
ai-gateway axum database document-retrieval knowledge-base llm mcp model-context-protocol openai-api openai-compatible oracle pdf rag responses-api reverse-proxy rust sqlite sse stdio tokio
Last synced: 09 Jun 2026
https://github.com/alxrm/android-pull-db
Simple script that pulls the .db file from the connected device by package name
android bash bash-script bepis sqlite terminal
Last synced: 12 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/ahmadu-suleiman/fld-floating-dictionary-window-version
FLD Floating Dictionary for Windows is a desktop dictionary app that allows you to look up words and phrases in a floating window without leaving the current app you're using. It features a database of over one million words, providing comprehensive and authoritative definitions. It also includes spelling suggestions and a random search function.
gui hmtl5 jframe json sql 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/anishlearnstocode/beer-crud-project
A basic CRUD application built using Typescript and SQLite Database for adding, removing and modifying different types of beer.
api crud express sample-project sqlite typescript
Last synced: 06 May 2026
https://github.com/sadmanyasar/wow-app
Who Owes Who App
expo expo-router react-native sqlite tamagui typescript
Last synced: 06 May 2026
https://github.com/krlan2789/learn-maui-6
.NET MAUI - Learn .NET MAUI and SQLite
Last synced: 06 May 2026
https://github.com/aberq/authenticate_email-master
Вебсайт с возможностью регистрации и авторизации и базовыми постами
authorization css django html python sqlite
Last synced: 09 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/queelius/bookmark-memex
Personal bookmark archive for the memex ecosystem: SQLite + FTS5 + MCP server, with content caching, soft delete, marginalia, and cross-archive URIs
bookmark-manager bookmarks cli command-line-tool database fts5 full-text-search mcp memex python sqlite
Last synced: 29 May 2026
https://github.com/matiassenia/hamburguesasit
Este es un sistema de pedidos desarrollado en Python con interfaz gráfica utilizando Tkinter. Permite gestionar los pedidos de hamburguesas y llevar un registro de las ventas y del personal encargado.
Last synced: 06 May 2026
https://github.com/sqlite-mpi/smpidemoa
Simple React Native app to test SMPI.
Last synced: 07 May 2026
https://github.com/passport/todos-express-password-credential-management
Todo app using Express, Passport, and Credential Management API for sign in with username and password.
credential-management example express nodejs passport password sqlite
Last synced: 07 May 2026
https://github.com/amirhosseinhonardoust/ai-personal-study-tracker
An AI-driven productivity tracking app built with Python, Streamlit, SQLite, and Machine Learning. It logs and analyzes study sessions, predicts productivity using Random Forest models, and visualizes key insights to help learners improve focus, habits, and overall academic efficiency.
ai data-analytics data-visualization education learning-analytics machine-learning productivity python random-forest self-improvement sqlite streamlit student-success study-tracker time-management
Last synced: 07 May 2026
https://github.com/sarahsidahmed/note-app
Android App for notes with an SQLite Database
android apk databases kotlin mobile-app mobiledev notes-app sqlite
Last synced: 07 May 2026
https://github.com/kasundularaam/ceylon-handicraft
🏺 E-commerce marketplace for Sri Lankan handicrafts built with Flash Feather framework. Features AI assistant, auction system, and UID-based component architecture. Portfolio demonstration of LLM-friendly web development patterns.
ai-assistant auction-system css-variables cultural-preservation ecommerce fastapi flash-feather gemini-ai handicrafts jwt-authentication lit-js llm-friendly marketplace portfolio-project python responsive-design sqlite sri-lanka uid-system web-components
Last synced: 10 Apr 2026
https://github.com/ryan-menezes/query-builder
A simple query builder for sql queries
mysql php query-builder sql sqlite
Last synced: 07 May 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/soloalex1/sqlist
Uma aplicação de lista de tarefas como estudo de caso sobre o uso do SQLite no Android.
android case-study java mobile sqlite
Last synced: 07 May 2026
https://github.com/fitri-hy/electron-desktops-nodejs
Desktop application (base template) designed for NodeJS-based backoffice and data management needs.
backoffice database ejs electron nodejs project sql-js sqlite tailwind-css template
Last synced: 06 Jan 2026
https://github.com/jbris/entity_framework_example
Simple demonstration of the Entity Framework
docker docker-image entity-framework entity-framework-6 entity-framework-code-first entity-framework-core orm orm-framework orm-library orm-model postgres postgresql sqlite sqlite3
Last synced: 09 Apr 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/ryan-otero/2025-09-02-support-ab-testing
Full-stack customer support system with integrated A/B testing infrastructure. Features real-time statistical analysis, dynamic conversion tracking, and comprehensive experiment management for data-driven decision making.
ab-testing analytics conversion-tracking customer-support data-driven experimentation express full-stack javascript nodejs react real-time sqlite statistical-analysis statistics
Last synced: 11 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/AryanSharma5/kivy-with-sqlite
simple login system using kivy and sqlite
application-development kivy python3 sqlite
Last synced: 10 Mar 2025
https://github.com/finesse/wired
Light standalone ORM with a query builder and no external configuration
database library mysql orm pdo query-builder sql sqlite
Last synced: 09 Apr 2026
https://github.com/gustavohennig/simpledbquerybuilder
A very simply, lightweight, and fast SQL builder with detached request and responses.
net- orm postgresql sql-builder sqlite
Last synced: 08 May 2026
https://github.com/jayeshpansheriya/kotlinexample
SQLITE, RECYCLEVIEW, LISTVIEW using KOTLIN
kotlin-android kotlin-library listview recyclerview sqlite sqlite-database
Last synced: 08 May 2026
https://github.com/vincentkims49/e-commerce-app
E-Commerce Shop
cubit-bloc dart fakeapi flutter sqlite
Last synced: 08 May 2026
https://github.com/s-ayanide/eco-lens
A smart Eco-Friendly lens 🔬 which provides an Eco Score 💯 from 1 to 100 for your product, denoting the Eco-Friendliness of the item. 🌍
eco ecofriendly react score sqlite
Last synced: 08 May 2026
https://github.com/admedshaheen/crm_streamlit
An interactive CRM system built using Python, Streamlit, and SQLite for managing investor data, including investor segmentation, trend analysis, and automated CRM updates.
automation clustering crm-data-analysis forecasting python sqlite streamlit
Last synced: 08 May 2026