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/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/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/atetheone/pizzastore
API de gestion de pizzas construite avec ASP.NET Core et Entity Framework Core, utilisant SQLite pour la persistance des données. Fournit des opérations CRUD et une documentation interactive avec Swagger.
asp-net-core backend crud csharp entity-framework-core sqlite swagger
Last synced: 21 Apr 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/justmars/pylts
Pydantic wrapper around litestream for AWS buckets
Last synced: 22 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/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/whosonfirst/go-whosonfirst-search-sqlite
Go package that implements whosonfirst/go-whosonfirst-search fulltext search interface with a SQLite database.
golang sqlite whosonfirst whosonfirst-search
Last synced: 24 Apr 2026
https://github.com/albertarakelyan/goldwatcher-go-desktop-app
A simple Gold tracking desktop App which uses goldprice.org APIs, written in Go and Fyne using embedded SQLite for keeping all the date in users machines.
crud desktop-application embedded-database fyne go goldprice sqlite
Last synced: 24 Apr 2026
https://github.com/aryashreep/python-for-everybody
Python for Everybody exercises
Last synced: 27 Apr 2026
https://github.com/jefrey13/notelistprismats
This is a practice with Nextjs implementing Prisma, Typescript and Sqlite.
nextjs notes prisma-orm sqlite typescript
Last synced: 27 Apr 2026
https://github.com/harikvpy/ionic-typeorm
angular capacitor capacitorjs ionic ionic-framework sqlite typeorm
Last synced: 28 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/hemanta212/stock-scraper
Scraper For Stock Information From Yahoo Finance Website
api ci finance postgresql proxy pytest python scraper sqlite tests threading type-safety yahoo
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/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/brendon3578/project-nest-my-financies-api
API made with Nest JS and Prisma for project-angular-my-financies Angular application
jwt-authentication nestjs nestjs-backend prisma-orm restful-api sqlite swagger swagger-ui typescript
Last synced: 29 Apr 2026
https://github.com/freedom35/python-sqlite-to-markdown
Python app to export SQLite query results to markdown.
database markdown python sqlite
Last synced: 29 Apr 2026
https://github.com/wtanaka/ansible-role-sqlite
Ansible role to install sqlite command line tools
ansible ansible-galaxy ansible-role ansible-roles database db galaxy rdbms sql sqlite sqlite-database sqlite3 sqlite3-database
Last synced: 29 Apr 2026
https://github.com/timclicks/dataclerk
zero fuss data logging over HTTP
actix-web command-line data logging rust sqlite sqlite3 utility
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/valchanoficial/nodejs1
Alura: Node.js Parte 1: Inovando com JavaScript no backend
crud javascript js node nodejs 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/arianacabral/sqlite-database
:symbols: Banco de Dados com SQLite
Last synced: 08 Jun 2026
https://github.com/zer020/opencode-mem0
OpenCode plugin that gives coding agents persistent memory using local vector database
ai coding-agent local-first memory opencode plugin sqlite vector-database
Last synced: 01 May 2026
https://github.com/sarapmagcode/mywatchlistapp-using-android-studio-and-kotlin
An android application for saving the tv shows that you've watched in a local database
android coroutines kotlin room shared-viewmodel sqlite view-binding
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/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/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/bredalis/sqlite3python
✨ BBDD SQL ✨
bbdd database python relational-databases sql sqlite sqlite3 sqlite3-database
Last synced: 01 May 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/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/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/syntrice/syntrice-contact-manager
A console based contact manager application built upon .NET Generic Host and Entity Framework Core
dependency-injection entity-framework-core fluent-validation generic-host layered-architecture model-view-controller moq nunit options-pattern repository-pattern spectre-console sqlite state-machine-pattern test-driven-development
Last synced: 03 May 2026
https://github.com/thornbill/polymod-sqlite
A library to support SQLite data sources in Polymod.
Last synced: 03 May 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/jcktp/operator
Local-first AI workspace for document analysis, investigations, and team intelligence. Runs entirely on your machine.
ai document-analysis llm local privacy sqlite typescript
Last synced: 03 May 2026
https://github.com/robsonsilv4/agenda_contatos
Agenda de Contatos utilizando Flutter, Material Design e SQLite.
android dart flutter ios material-design sqflite sqlite
Last synced: 04 May 2026
https://github.com/soumadeepchoudhury/zettasql
Simple and Secure database ZettaSQL server.
application database database-management sql sql-server sqlite sqlite3
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/piyush1927/cmpdi-project
Developed a digital platform for CMPDI’s bills management using Django framework of Python. The system boasts distinct logins for users, admin, and super-admin, each with unique features and functionalities tailored to their roles, ensuring seamless financial management and tracking.
Last synced: 04 May 2026
https://github.com/hightemp/wapp_simple_stats_rust
CGI счетчик посетителей на rust в базу sqlite3.
counter http-server rust sqlite
Last synced: 04 May 2026
https://github.com/stochiconrado/jobscalc
Maratona Discover, ministrada pela @Rocketseat. Calculadora de jobs freelancer
calculator ejs-express html-css-javascript job node-js rocketseat sqlite
Last synced: 04 May 2026
https://github.com/suryadev99/form_builder
a form builder
form-builder form-validation full-stack fullstack-development html javascript python sqlite
Last synced: 04 May 2026
https://github.com/sieep-coding/spark
GUI to manage essential business data with python + tkinter + SQLite backend.
desktop desktop-app full-stack gui hot-reload makefile python python3 sqlite theme tkinter ui unit-testing unittest
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/derek486/django-events-management
A web-based event management system built with Django
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/lucaswinkler/tapfaster
This is a reaction testing game made in Android Studio for a final project.
android android-studio game java reaction-test school-project sqlite
Last synced: 04 May 2026
https://github.com/lucasshira/daily-diet-api
fastify knex nodejs sqlite typescript
Last synced: 05 May 2026
https://github.com/sakan811/find-osaka-and-japan-average-hotel-price
Showcase visualizations about Osaka and Japan Average Hotel Price. The data was collected from Booking.com
booking bookings data-science data-visualization database grahpql hotel hotel-booking hotels japan japanese sql sqlite tourism tourists webscraper webscraping webscraping-data
Last synced: 05 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/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/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/fityannugroho/contact-app
A simple contact android app. CRUD implementation using SQLite & Firebase.
android-app contacts-app crud firebase firestore sqlite
Last synced: 05 May 2026
https://github.com/wagner-de-carvalho/acme-flask-auth
API de autenticação com banco de dados
flask flask-api flask-login flask-sqlalchemy json python3 rest-api sql sqlite werkzeug
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/krlan2789/land-property-server
ASP.NET Project - REST API for Land Property Project
asp-net-core azure-app-service csharp entity-framework-core openapi rest-api sqlite
Last synced: 05 May 2026
https://github.com/masudur-rahman/styx
Database Engine for different SQL and NoSQL databases
arangodb go go-orm golang golang-orm orm postgres 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/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/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/sqlite-mpi/smpidemoa
Simple React Native app to test SMPI.
Last synced: 07 May 2026
https://github.com/pramit-marattha/portable-local-network-server-final-year-project
Hundreds and thousands of web application & web sites are being created every single day. In order to run or process these kinds of web-based application huge chunks of server are required, and to power these servers 24/7 huge amount of electricity is consumed. It might be possible to buy/rent certain amount of server space, but it is very expensive to buy the entire server. So, the main objective of this project is to make even more highly efficient, completely inexpensive and portable pocket size web server.
apache arduino-sketch arduino-uno bootstarp4 django motor-driver ngnix python3 raspberry-pi-3 sqlite vnc-server
Last synced: 07 May 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/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/justsch/sqlite_to_xlsx
Returns Results of SQLite Query To Excel Format
Last synced: 07 May 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/alan-oliveir/inventario_domestico
Programa simples de cadastro de móveis e eletrodomésticos. Com o programa podemos registrar o nome do produto, marca, valor, local e data da compra.
customtkinter-project python sqlite tkinter
Last synced: 08 May 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/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
https://github.com/michaelinzo/javasqlitedatabase
A SQLite Database for Android devices
android androidstudio database database-management sql sqlite
Last synced: 08 May 2026
https://github.com/dorukeskicorapci/sql-basics
This project includes basics of SQL database manipulation using java.
Last synced: 08 May 2026
https://github.com/mikeheul/_laravel-template
Laravel App template (Sqlite DB)
Last synced: 08 May 2026
https://github.com/georgeleithead/minimalapiwithmodule
A .NET 6 Minimal Web API implemented with the DOMAIN/MODULE pattern and xUnit tests.
api domain dotnet entityframework minimal module sqlite web
Last synced: 09 May 2026
https://github.com/juanfranciscocis/album_checker
This is a flutter project, The Fifa World Cup Qatar 2022 Album Sticker Checker. This is an app that will help you track the world cup stickers already glued.
album apis checker firebase flutter-apps sqlite worldcup2022
Last synced: 09 May 2026