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-03 00:26:05 UTC
- JSON Representation
https://github.com/arkosammy12/monkey-database
A declarative Kotlin library to create and manage simple SQLite databases for simple applications.
Last synced: 11 Apr 2026
https://github.com/zzarif/pearl-library-management-django-webapp
Course Project for RDBMS Programming Lab: A Modern Library management Webapp built with HTML+CSS+JavaScript (Frontend) and SQLite+Django REST Framework (Backend).
admin css django html javascript python rdbms sqlite user-management
Last synced: 09 Apr 2026
https://github.com/keanteng/trading-database
🔍 A Study On Trading Company Database
database database-management inventory json python sqlite synthetic-data trading-and-supply
Last synced: 02 Jan 2026
https://github.com/lonemenace/cinesense
Streamlit-based movie review sentiment containerized app deployed on AWS EC2
aws-ec2 cloud devops docker-container logistic-regression machine-learning nlp python sentiment-analysis sqlite streamlit
Last synced: 08 Apr 2026
https://github.com/qsmith-interos/interview-db-sqlite
Starter template for Database interviews
Last synced: 08 Nov 2025
https://github.com/keshrath/agent-discover
MCP server registry and marketplace — discover, install, activate, and manage MCP tools on demand
ai-agents claude-code marketplace mcp mcp-server model-context-protocol registry sqlite tool-discovery typescript
Last synced: 07 Apr 2026
https://github.com/sanveed-adnan/supermarket-sales-sql-project
SQL-based data analysis project on supermarket sales performance using SQLite and Power BI.
business-intelligence data-analysis data-science data-science-projects data-visualization power-bi sales-data sql sqlite
Last synced: 08 Nov 2025
https://github.com/yagnik-gohil/activity-tracker
Activity Tracker is a time management app that helps you track, analyze, and optimize your productivity by logging time spent on tasks and activities.
activity activitytracker desktop-app electron react sqlite timetracker
Last synced: 05 May 2026
https://github.com/anav5704/learning-sql
Nothing much, just me learning SQL
Last synced: 18 Mar 2025
https://github.com/jolby/cl-sql-utils
An attempt to port Simon Willison's fantastic sqlite-utils to common lisp
common-lisp sql sqlite sqlite-utils
Last synced: 18 Mar 2025
https://github.com/rothasamon/attendance-system-java-swing
This project was created and submitted as a school assignment for Java programming. It was developed using Java, Swing GUI, and SQLite.
Last synced: 18 May 2026
https://github.com/dmehra2102/go-rest-api
It's a basic REST API's using golang
Last synced: 20 May 2026
https://github.com/amr-yasser226/interactive-sales-analytics-dashboard
An interactive web-based dashboard for visualizing multinational electronics sales data. This project for the DSAI 203 course integrates a Python/Flask backend with an amCharts frontend to provide dynamic insights into product revenues, sales distribution, and employee statistics across different countries.
am5charts amcharts business-intelligence css dashboard data-analysis data-analytics data-visualization flask html javascript python sqlalchemy sqlite web-application
Last synced: 13 Apr 2026
https://github.com/bsnext/mysql-minifier
MySQL/SQL Queries minifier.
compress minifier mysql node optimizer sql sqlite typescript
Last synced: 06 May 2026
https://github.com/dde-labs/self-orm
Self Sandbox for create the best practice interface with ORM packages
mssql mysql postgres py39 sqlalchemy sqlite
Last synced: 09 Apr 2026
https://github.com/tiagom13/plann.er-api
API plann.er NLW Journey
dayjs fastify fastify-cors fastify-type-provider-zod nodejs nodemailer prisma sqlite tsx typescript zod
Last synced: 07 Mar 2026
https://github.com/cesardev31/cortex_engine
Cortex Engine es un proyecto de código abierto personal,
cpp game-engine multiplatform opengl-es sqlite
Last synced: 03 May 2026
https://github.com/hackfutsec/logdump
This program automates SQL injection testing on login pages by sending payloads, logging results, and supporting both single and multiple URL tests with concurrency and retry logic.
injection logging login logininjection loginjection sql sqlinjection sqlite sqlite3 sqlogininjection
Last synced: 31 Jul 2025
https://github.com/busrakocarslan/gohomework
echo-framework go jwt-authentication redis sqlite swagger-ui
Last synced: 02 Jan 2026
https://github.com/fedulovivan/mhz19-go
Backend for the home automation server, written on golang
golang home-automation mqtt smart-home sqlite zigbee
Last synced: 20 Jan 2026
https://github.com/ari-lt/vim-or-emacs.ari.lt
[Migrated to self-hosted ari-web Forgejo: https://git.ari.lt/ari.lt/vim-or-emacs.ari.lt] vim or emacs ?
emacs flask python3 quiz sqlite statistics vim vim-or-emacs
Last synced: 10 May 2025
https://github.com/piyush-sri11/ai-dietitian-django
AI Dietician is a Generative AI-based nutrition and wellness platform designed to offer personalized meal tracking, packaged food analysis, and customized diet planning. The project leverages advanced algorithms to provide tailored nutrition advice and recommendations.
aws django ec2-instance generative-ai langchain mysql ollamaembeddings pythonanywhere sqlite
Last synced: 08 Apr 2026
https://github.com/smouj/ttg-platform
🎴 Skill-based physical tazo battle game with real-time physics, aim mechanics, and 150 tazos across 3 series — play free at tradingtazosgame.com
battle-game canvas collectible-game cybermon dracobell game i18n minimon nextjs nostalgia physics-engine pogs prisma retro-gaming spanish-collection sqlite tailwindcss tazos typescript web-game
Last synced: 25 Jun 2026
https://github.com/justpowerful/expressjs-sqlite-blog
this is an edit of my expressjs-mysql-blog to work using sqlite
blog javascript js nodejs-express sqlite
Last synced: 15 May 2026
https://github.com/francescoa27122/inventory-management-system
Full-stack inventory management system for Frank & Son Auto
express inventory-managment nodejs python react scripts sqlite
Last synced: 08 Apr 2026
https://github.com/alifeee/summon2scale-scoreboard
A scoreboard server for Summon2Scale
flask python scoreboard scoreboard-api sqlite
Last synced: 18 Apr 2026
https://github.com/romulooliveira94/digital-store-api-rest-v1
Api Rest with jwt authentication made with Node/Express for a E-commerce Website.
expressjs javascript jwt sequelize sqlite
Last synced: 20 Apr 2026
https://github.com/tukue/python-bootcamp-blog-project
This project is a Flask-based blog application that uses SQLite for storing blog posts. It features routes for viewing, adding, editing, and deleting posts, as well as static pages like "About" and "Contact". The application uses Flask-WTF and Flask-CKEditor for form handling and includes unit tests for the main routes.
flask-backend html python sqlite sqlite-database unittest
Last synced: 25 Apr 2026
https://github.com/henryleach/get-dwd-weather-data
Small Python package for downloading the DWD's 10 minute open weather data.
dwd dwd-weather python sqlite weather
Last synced: 19 May 2026
https://github.com/sudohikumar/gaming-list
List of Games from CSV files and filter functionality on Backend and Frontend
backend django filter html javascript python sqlite ui
Last synced: 08 Apr 2026
https://github.com/remcostoeten/doraex
A modern web-based database viewer built with a seperate backend in Bun & Hono. Primairly for learning.
bun database-management database-viewer fullstack hono postgresql sqlite svelte
Last synced: 08 Apr 2026
https://github.com/alexdremov/ushort
Extremely simple url shortener
express node sqlite typescript
Last synced: 08 Apr 2026
https://github.com/ferjencoder/09-its-portal
ITS Portal is a comprehensive web application developed as a final project for a Python course at Coderhouse. Designed to streamline project management, communication, and forum interactions for administrators, employees, and clients, the platform leverages Django for backend development, Bootstrap for responsive design, and SQLite for data storage
bootstrap django html-css-javascript python sqlite
Last synced: 08 Apr 2026
https://github.com/arinyadav1/forgethub-application
It is my initial learning Project. It is a type of application where you can save your thoughts and ideas which you tend to forget quickly.
compose compose-ui couroutine jetpack-compose kotlin logic mvvm-architecture navigation-component navigation-compose repository-pattern room-database sqlite viewmodel viewmodel-livedata viewmodelfactory
Last synced: 18 May 2026
https://github.com/whizvox/daily-image-poster
GUI-based tool to facilitate in uploading daily images to Reddit
jackson java java-swing reddit reddit-api slf4j sql sqlite
Last synced: 19 Apr 2026
https://github.com/psbx/python-cli-quickhash
python-cli-quickhash
cl docker fastapi github-actions go python rust sqlite typescirpt
Last synced: 07 Apr 2026
https://github.com/manjit-baishya-datascience/blue-waters-amusement-park-ticket-management-system
This project contains SQL scripts to create and manage a database for an amusement park. The database is designed to store information about rides, visitors, tickets, staff, facilities, maintenance records, ride reviews, ride assignments, ride entries, and visitor feedback.
database database-management-system sql sqlite
Last synced: 15 May 2026
https://github.com/areal060781/blog-application
A Flask blog application with user management
flask flask-login flask-mail sqlalchemy sqlite virtualenv wtforms-flask
Last synced: 27 Apr 2026
https://github.com/tk-nguyen/ansible-role-rqlite
An Ansible role to install rqlite (https://rqlite.io)
ansible ansible-role database rqlite sqlite
Last synced: 14 Apr 2026
https://github.com/stupidjoon/supa-chat
CF Durable Objects / Supabase Chat App
cloudflare durable-objects react shadcn-ui sqlite supabase typescript vite
Last synced: 22 Jul 2025
https://github.com/ivanbgd/sqlite-client-rust
SQLite client
sqlite sqlite-client sqlite-database sqlite3 sqlite3-database
Last synced: 15 May 2026
https://github.com/lambdachad/posts
Basic blog with SvelteKit and better-sqlite3
Last synced: 15 May 2026
https://github.com/srenner/stock-analysis
[.NET Core] Looking at stock data
alpha-vantage c-sharp entity-framework-core net-core sqlite
Last synced: 01 May 2026
https://github.com/tom474/favorite-places-app
A mobile app for saving favorite places with images, GPS coordinates, and offline storage via SQLite.
dart flutter mobile-development sqlite
Last synced: 08 Apr 2026
https://github.com/theoddysey/shopkeeper-management-system
Shopkeeper Management System 🕍 is a web application designed to help shopkeepers🤳 manage their product inventory efficiently built using Django🐍 and SQLite⚕️
csv django-rest-framework management-system sqlite
Last synced: 26 Mar 2025
https://github.com/thiagohrcosta/chinese-restaurant
A simple Ruby on Rails project to a chinese restaurant displaying the main menu and others informations.
bootstrap4 css3 font-awesome html5 javascript rails ruby-on-rails scss-framework sqlite
Last synced: 06 Apr 2026
https://github.com/ddouglss/api-ecommerce
API REST para gerenciamento de produtos, construída com Flask, SQLAlchemy, Flask-Login, Flask-CORS e documentada com Swagger (Flasgger).
flask flask-cors flask-sqlalchemy flask-swagger flasklogin pos pyrhon3 sqlite
Last synced: 08 Apr 2026
https://github.com/op1rus/busca-cep-e-corretores
📍 Discover and integrate BrazilAPI features for searching postal codes and accessing a broker catalog with interactive maps using Node-RED.
api-integration brasil brazilapi cep geocoding interactive-maps leaflet maps mqtt node-red nominatim openstreetmap sqlite
Last synced: 17 May 2026
https://github.com/pcanadas/productos
Desktop app with Tkinter and SQLite for product management
Last synced: 25 Jan 2026
https://github.com/benzerinsio/usairlinesatisfaction-powerbi
📊 Análise interativa da satisfação de passageiros de companhias aéreas com Power BI, usando dados pré-processados em SQLite para explorar tipo de viagem, classe e serviços.
customer-satisfaction dashboard datavisualization powerbi sql sqlite
Last synced: 17 Jul 2025
https://github.com/czbone/develop_servezero_app
The web application part of ServeZero development environment
Last synced: 08 Apr 2026
https://github.com/aarush2099/global-emergency-response-system
Global Emergency Response System is built to provide help to people in times of emergencies quickly and effectively computerizing the process of requesting an emergency dispatch,it contains 2 Android apps and 1 web application,Firebase and sqlite used for data storage
android app firebase geofencing geolocation sqlite web-app
Last synced: 12 Apr 2026
https://github.com/bearddan2000/docker-desktop-nix-sqlitebrowser-visualizer
This is a POC project to demonstrate sqlitebrowser a database visualization tool.
desktop docker nix sqlitbrowser sqlite sqlitebrowser visualizer
Last synced: 08 Apr 2026
https://github.com/bearddan2000/docker-desktop-debian-sqlitebrowser-visualizer
This is a POC project to demonstrate sqlitebrowser a database visualization tool.
debian desktop docker sqlitbrowser sqlite sqlitebrowser visualizer
Last synced: 08 Apr 2026
https://github.com/ahmedhassan-da/world_largest_banks_-etl
Python-based ETL pipeline that extracts the world’s largest banks by market cap, transforms values using exchange-rate data, and loads the final dataset into CSV and SQLite. Includes structured logging, multi-currency conversion, web scraping with BeautifulSoup, and SQL querying.
beautifulsoup etl-pipeline finance python sql sqlite
Last synced: 17 May 2026
https://github.com/fitchmultz/promo-studio
Codex commerce demo where an autonomous agent edits, tests, builds, and validates isolated storefront variants.
ai-agents codex demo ecommerce mit nextjs sqlite typescript validation
Last synced: 01 Jul 2026
https://github.com/ryohidaka/action-setup-sqlite
GitHub Actions to setup SQLite environment.
database github-actions sqlite sqlite3
Last synced: 12 Apr 2026
https://github.com/corentin-cott/psdk_jsontosql
PSDK JsonToSQL est simplement un ensemble de scripts écrits en Python qui ont pour objectif de convertir les données JSON (et CSV) de PSDK en tables SQL.
Last synced: 15 May 2026
https://github.com/scum-forge/sctl
CLI/API tools to help you manage a dedicated server
admin administration api cli database scum sqlite
Last synced: 11 May 2026
https://github.com/giovannymassuia/be-the-hero
Semana Omnistack 11 Project
knex node-js react react-native sqlite
Last synced: 05 Apr 2026
https://github.com/luiizsilverio/node-typescript
API desenvolvida em Node, durante o curso do Prof. Aluizio Developer
bcryptjs celebrate cors cowsay express jsonwebtoken knex multer node nodejs sqlite sqlite3 typescript
Last synced: 08 Apr 2026
https://github.com/f3ath/migrant-db-sqlite
dart flutter migration migration-tool sqlite
Last synced: 18 Feb 2026
https://github.com/pedrohvfernandes/nlw-setup-habits
Projeto feito através da @Rocketseat, junto com o instrutor @diego3g.
dayjs expo fastify nodejs prisma react react-native sqlite tailwindcss typescript vite zod
Last synced: 06 Apr 2026
https://github.com/antonino3g/be-the-hero
🐶🐱 Aplicação Web e Mobile de arrecadação de fundos para ONG's de apoio aos animais. API feita em Nodejs, Web com ReactJS e mobile com React Native.
express frontend javascript knex mobile nodejs react react-native reactjs sqlite
Last synced: 08 Apr 2026
https://github.com/kahleryasla/micro-mvc-ecommerce
🔬 mvc web project: backed by a single microservice ProductMicroservice. Used Razor and Ajax for async component logic. For ease of setup used SQLite and EF for db connection...
ajax async backend dotnet entity-framework full-stack microservice mvc n-layer plp razor razor-pages sqlite
Last synced: 02 Mar 2025
https://github.com/kevinbdx35/punchline
API REST moderne pour gérer des citations inspirantes avec interface React. Inclut authentification sécurisée, recherche avancée et déploiement CI/CD automatisé.
docker express github-actions jwt nodejs react rest-api sqlite
Last synced: 15 May 2026
https://github.com/nada-gaber/shopping_list
Ditch the paper! Organize your shopping & budget with this feature-rich list app (prices, types, & more!)
getx shopping shopping-cart shopping-list sqlite state-management
Last synced: 17 May 2026
https://github.com/zavierferodova/siensi-api
REST API for Sistem Informasi Presensi
express rest-api sequelize sqlite
Last synced: 05 May 2026
https://github.com/lukasdias/nlw-return-back
NLW Return Backend
express jest nodejs postgresql prisma sqlite typescript
Last synced: 09 Apr 2026
https://github.com/riddhi2025/e-commerce-website-project
Web based application Using Django
css django-application html js sqlite
Last synced: 09 Apr 2026
https://github.com/anuj0918/data-science-task
Data science Technical Writer Task
Last synced: 27 Apr 2026
https://github.com/biglocalnews/datasette.biglocalnews.org
A Datasette instance that allows users to explore public and private files hosted by biglocalnews.org
data-journalism datasette sqlite
Last synced: 01 May 2026
https://github.com/xantiagoma/drizzle-audit
Configurable audit logging for Drizzle ORM
audit audit-log drizzle drizzle-orm logging mysql postgresql sqlite typescript
Last synced: 23 May 2026
https://github.com/nicolas-sabbatini/go-short
This is the implementation of the second exercise of the Gophercises course
go go-server go-sqlite3 golang golang-application gopher gophercises sqlite sqlite3 url-shortener
Last synced: 16 Apr 2026
https://github.com/daedalus/distiller
Model distiller automator
ai bloom-filter huggingface large-language-models model-distillation ngrams openai scikit-learn sqlite tfidf torch transformers unsloth
Last synced: 17 Jul 2025
https://github.com/allnulled/express-boilerplate
Código fuente base para servidores basados en Node.js + Express + SQLite.
automatic backend boilerplate decorators express mysql rest rest-api security sequelize server sql sqlite user-interface
Last synced: 05 Apr 2026
https://github.com/richardbmk/rpi_project
My first project with RPi
dashboard flask google-charts humidity javascript jquery nginx plotly-dash raspberry-pi rpi sqlite temperature uwsgi-nginx
Last synced: 13 Apr 2026
https://github.com/anitatess/music-website
website on which you can add, delete, view and edit music data created with: C#, .NET, SQLite, JavaScript, HTML
c-sharp crud dot-net dot-net-core html javascript music sqlite sqlite-database
Last synced: 18 Feb 2026
https://github.com/adrianmdeiros/api-nodejs-arquitetura-hexagonal
Exemplo de projeto com arquitetura hexagonal utilizando Node.js e TypeScript.
express-js hexagonal-architecture nodejs ports-and-adapters postgresql prisma-orm sqlite typescript zod
Last synced: 09 Apr 2026
https://github.com/tomohiro-owada/gmem
Git-backed long-term memory for AI agents, served through MCP and a JSON-first CLI.
ai ai-agents cli embeddings git go mcp onnx sqlite
Last synced: 30 Jun 2026
https://github.com/nam077/chatbot-nvn-v4
botchat cache jwt-authentication messenger-platform nestjs passport sqlite typeorm typescript
Last synced: 05 Mar 2025
https://github.com/pizzerolaa/budget-buddy
Budget Tracker app made in Python using Flet
Last synced: 02 Jan 2026
https://github.com/nusrathcassim/doggo
Mobile App for a Dog Food Store🐶
android-studio java mobile-app sqlite
Last synced: 02 Jan 2026