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/areal060781/blog-app-unit-testing
Blog application with unit testing integration
api-rest blueprint flask flask-api flask-mail flask-migrate http-auth jwt-auth slqalchemy sqlite unittest virtualenv wtforms-flask
Last synced: 09 May 2026
https://github.com/mooflu/fitdb
Command line tool to import Garmin fit data into sqlite db and query by location and date range
Last synced: 29 Apr 2026
https://github.com/naruepanart/elysiajs-drizzle
elysiajs-drizzle
drizzle-orm elysiajs postgresql sqlite
Last synced: 06 Apr 2025
https://github.com/hdevlinz/ou-edu-pulse-app
OUEduPulse - OU Student Management
android java mobileapp room-database sqlite
Last synced: 06 Apr 2025
https://github.com/kimyk0120/bolbo
Climbing problem management application using React-Native
Last synced: 13 May 2026
https://github.com/ismailza/intro-to-phpunit
A simple Laravel project implemented with Laravel Breeze for authentication. The project is configured to use PHPUnit for testing and GitHub Actions for continuous integration.
breeze continuous-integration laravel phpunit sqlite
Last synced: 18 Feb 2026
https://github.com/srinidhibhat45/flask-todo
A Todo App made using flask by following a tutorial by CodeWithHarry on YouTube
app codewithharry css flask hacktoberfest heroku html javascript python simple sqlite todo webapp website
Last synced: 08 Apr 2026
https://github.com/thejessemartins/sistema-condominios-go
Sistema completo com painéis administrativo, do gestor e do morador. Centraliza o controle de faturas, reservas de espaços, cobranças automáticas e gestão financeira robusta. Facilita a prestação de contas com relatórios detalhados e níveis de acesso hierárquicos.
Last synced: 08 Mar 2026
https://github.com/juanitofatas/connection_url_resolver
Resolve connection URL into Hash.
connection mysql postgresql resolver sqlite url
Last synced: 29 Apr 2026
https://github.com/chandru-mc/full-stack-dairy-product-site
Dairy Product Website A responsive website built using Django to showcase various dairy products. It features a product catalog, detailed descriptions of milk composition, and an easy-to-use interface. The site allows users to browse products, view nutritional information, and make inquiries.
bootstrap5 css3 django html5 js python sqlite
Last synced: 17 Feb 2026
https://github.com/io7m-com/darco
Minimalist, opinionated database access.
database-access jdbc postgresql sql sqlite
Last synced: 22 Mar 2025
https://github.com/phamhongphuc1999/caro
Caro Game
newtonsoft-json socket sqlite winform
Last synced: 28 Apr 2026
https://github.com/devcarlosoliveira/api-cash-flow-ddd-csharp
API em .NET 8 para gerenciamento de despesas pessoais com DDD, testes unitários e relatórios em PDF/Excel. Armazena dados via SQLite.
ddd dotnet-core entity-framework-core sqlite swagger
Last synced: 18 Feb 2026
https://github.com/biyonik/foodies
NextJS 15 + React 19 + TypeScript + SQLite Full Stack Web Application
css javascript nextjs react sqlite typescript zod
Last synced: 08 Apr 2026
https://github.com/brunafcarvalho/dados_suicidio_brasil
Projeto independente para prática de SQL (SQLite) com dados DATASUS (2014–2018)
Last synced: 23 May 2026
https://github.com/nabizabatool/bankingsystem
Maintain record of Bank Customer (Name , Email , CurrentBalance) , Transfer Money to different Bank customer , Record the Transaction Detail i.e : sender and receiver information , transaction amount and date of transaction.
Last synced: 03 Jan 2026
https://github.com/salvatoreamaddio/skipmanagement
Skip Management is a user-friendly software solution designed specifically for skip hire businesses. Developed using C# and WPF
csharp csharp-app csharp-code dekstop desktop-app frontend sqlite sqlite3 wpf
Last synced: 06 Mar 2026
https://github.com/jdtoon/wachat
Lean native desktop WhatsApp client in Go (Gio + whatsmeow). No Electron, no webview.
desktop gio go low-memory sqlite whatsapp whatsmeow
Last synced: 23 May 2026
https://github.com/oduortoni/data-vault
A privacy-first, extensible, pluggable data store system for structured personal data entry and access control, with minimal infrastructure overhead.
Last synced: 12 Jan 2026
https://github.com/dinukanavaratna/patienttracking
This is a simple Android mobile application for monitoring a patient. This app contains few simple features such as FCM push notifications, keeping notes, adding reminders, and saving patient details. Please note that this is a simple Android app created within 2/3 days maximum according to the requirements I was given. So, the application can be improved alot more and you are welcome to make improvements and create a PR.
android android-studio fcm-push-notification firebase java kotlin patient-management patient-monitoring sqlite
Last synced: 09 Apr 2026
https://github.com/hsleonis/suncoin
Django application for Etherium based Crypto Token.
cryptocurrency django postgresql python sqlite
Last synced: 09 Apr 2026
https://github.com/heliolj/food-explorer-api
API Food Explorer para uma aplicação de menu e pedidos.
Last synced: 09 Apr 2026
https://github.com/v-mayya/resale-revolution
Empower Hacks Hackathon Submission
html matplotlib numpy pandas python sqlite streamlit
Last synced: 09 Apr 2026
https://github.com/labex-labs/sqlite-intermediate-to-advanced
In this course, delve into advanced SQLite techniques. Master constraints, indexing, joins, subqueries, transactions, triggers, views, full-text search, JSON, backups, PRAGMA tuning, CTEs, window functions, and more!
advanced-sql course data-analysis data-integrity data-manipulation data-modeling database database-design hands-on labex labs performance-tuning programming query-optimization relational-database schema-management sql sqlite stored-procedures transaction-management
Last synced: 18 May 2026
https://github.com/thomasleavy/devtools-tracker
DevTools Tracker - May 2025
crud css express full-stack javascript js nodejs responsive sqlite
Last synced: 28 Jul 2025
https://github.com/jyothikaprabhakar/cinemabookingplatform
Backend API for a cinema booking platform similar to PVR Cinemas. This system handles user accounts, movie listings, theater management, seat selection, show bookings, and payment processing.
cinema-booking-platform expressjs movie-listings nodejs payment-processing seat-selection show-bookings sqlite theater-management
Last synced: 29 Jul 2025
https://github.com/dev2forge/sqlazo
SQLAZO is a Python module that helps manage basic operations in an SQLite3 database. It provides utilities to simplify common database tasks—such as creating, reading and deleting records—making it easier for developers to work with SQLite databases in their Python projects.
basesdedatos database dev2forge modules opensource programming python python3 sql sqlite
Last synced: 31 Jul 2025
https://github.com/imsks/kahani
Kahani scraps Films and Celebrities and have Public APIs to use
Last synced: 16 Apr 2026
https://github.com/lklynet/injectly
Injectly is a simple, self-hosted code injector app designed to streamline the process of managing and injecting scripts across multiple websites.
automation code-injector css dynamic-scripts ejs javascript lightweight modern-app open-source script-manager self-hosted simplicity sqlite web-development
Last synced: 23 Sep 2025
https://github.com/qsmith-interos/interview-db-sqlite
Starter template for Database interviews
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/matheusfdc10/habits-rocketseat
fastify prisma react sqlite tailwindcss typescript
Last synced: 09 Apr 2026
https://github.com/arianacabral/bibliomania
📖 Aplicação para Gerenciamento de Biblioteca
Last synced: 18 May 2026
https://github.com/edoardotosin/observatory-booking
A Flask-based, self-hostable observatory booking web app with role-based access control, weather-aware event booking, and encrypted user data. Built with Tailwind CSS for a modern, responsive UI.
booking database flask python sqlite tailwindcss webapp
Last synced: 09 Apr 2026
https://github.com/ronganbai/smart_ledger
Flutter personal finance tracker with offline-first storage and Supabase cloud sync
dart flutter ledger mobile-app personal-finance sqlite supabase
Last synced: 09 Mar 2026
https://github.com/leonardospereira/rocketmoviesbackend
Projeto Back-End com funcionalidades de listar filmes, além de poder fornecer notas e tags para o filme.
express javascript knex nodejs sqlite
Last synced: 09 Apr 2026
https://github.com/teotimepacreau/express-newsletter
Newsletter website built with NodeJS, Express and SQLite
emailgeeks express flyio newsletter newsletter-mail newsletter-signup nodejs sqlite subscription subscription-service unsubscription unsubscription-service
Last synced: 09 Apr 2026
https://github.com/pedropalmier/8-week-sql-challenge
My solutions for the 8 Week SQL Challenge, answering business problems using PostgreSQL.
postgres postgresql sql sqlite
Last synced: 16 May 2026
https://github.com/jonahkingcs/household-tracker
A desktop app for Mac built with Python (PySide6 + SQLite) to track household chores and recurring purchases, featuring analytics, rotation fairness, and offline persistence.
analytics desktop-app macos personal-project portfolio productivity pyside6 python qt sqlite task-tracker usability
Last synced: 30 Apr 2026
https://github.com/mzaini30/html-sandbox
Repositori yang berisi dengan aplikasi HTML Sandbox berbasis PHP
codeigniter css html javascript php sqlite twig
Last synced: 09 Apr 2026
https://github.com/asifhaider/staql
All of my SQL Practice Codes from various MOOCs in one place.
data-science database jupyter sqlite
Last synced: 20 Apr 2026
https://github.com/ryanbritodev/django-fiap
Repositório para um sistema de Biblioteca desenvolvido durante o Nano Course do framework Django na FIAP.
Last synced: 09 May 2026
https://github.com/deviquee/ou-edu-pulse-app
OUEduPulse - OU Student Management
android java mobileapp room-database sqlite
Last synced: 03 Aug 2025
https://github.com/victorkiosh/temperature_anomaly_detection
Real-time temperature anomaly detection with FastAPI, Streamlit, and Docker — simulating IoT sensor data for predictive monitoring.
data-science docker fastapi iot machine-learning mlops model-deployment python real-time-analytics sqlite streamlit tensorflow timeseries
Last synced: 06 Apr 2026
https://github.com/faint-liebfraumilch101/fraud-detection-sql-unsupervised
🕵️♂️ Detect fraud in bank transactions using SQL for feature engineering and Python's Isolation Forest for unsupervised anomaly detection.
anomaly-detection banking-data data-analysis data-science financial-analytics fraud-detection isolation-forest machine-learning portfolio-project python sql sqlite unsupervised-learning
Last synced: 07 May 2026
https://github.com/rafa-thayto/financial-ai-agent-app
ai llama llama3 nextjs react sqlite typescript
Last synced: 09 Apr 2026
https://github.com/cmtv/sqlean
Simple SQLite database manager. Focus on writing code, rather then messing with queries.
database db entity sql sql-entity sqlite
Last synced: 30 Sep 2025
https://github.com/vaibhavpal7549/Leetcode
This repository offers a comprehensive collection of SQL scripts, examples, and best practices for learning and mastering SQL. Covering topics from basic queries to advanced database management, it supports MySQL, PostgreSQL, and SQLite, making it ideal for both beginners and experienced developers looking to enhance their SQL skills.
mysql mysql-database oracle sql sqlite
Last synced: 05 Aug 2025
https://github.com/danpoynor/danpoynorcom-django
Refactoring Portfolio using Django Framework
django portfolio-website python sass sqlite
Last synced: 09 Apr 2026
https://github.com/anucha-tk/go_todo
Go Todo Webapp
gofiber golang gorm htmx sqlite tailwindcss template-project todolist validation
Last synced: 09 Apr 2026
https://github.com/maureen-keter/testing-policy-backend
Backend insurance testing policy with crud operations
flask-api flask-restful flask-sqlalchemy python sqlite
Last synced: 06 Aug 2025
https://github.com/joardito/sisvita-beta-server
Servidor de la aplicación beta de SISVITA, una plataforma que mide el nivel de ansiedad
flask marshmallow python sqlite
Last synced: 16 Apr 2026
https://github.com/eltonsantos/happy_discovery
Projeto desenvolvido no evento Next Level Week #3 promovido pela RocketSeat.
Last synced: 09 Apr 2026
https://github.com/rafaeltws/jobfind
🔎JobFinder é um programa que simula um website de busca de emprego em node, podemos criar uma vaga, pesquisar vagas e olhar mais detalhes
Last synced: 18 Apr 2026
https://github.com/itsvaibhavk/swimlogwebapp
Web app version of Swim Log using Python, Flask, Jinja, HTML, CSS, Bootstrap, JavaScript. Final project submission for CS50X (2023), Harvard's online course on computer science (on the edX platform).
bootstrap cs50 cs50x css database dbms edx flask harvardcs50 html html-css-javascript javascript jinja python python3 sqlite sqlite3 webapp
Last synced: 09 Apr 2026
https://github.com/jedrzejratajczak/scraper
Web Scraper with Discord Bot running as Windows process
cron discord-bot puppeteer sqlite web-scraping windows-process
Last synced: 13 Apr 2026
https://github.com/samlior/retriever
Retriever for anything!
electron sequelize sqlite sqlite3
Last synced: 18 Apr 2026
https://github.com/raulpe7eira/customizer
Knowledge Validation Laboratory for RD
bootstrap coffeescript css heroku hiring hiring-challenge html jquery js postgresql rails rd ruby sqlite
Last synced: 09 Apr 2026
https://github.com/samanthalang/samanthalang_portfolio
Une data analyste avec la vision d'une consommatrice et la stratégie d'une marketeuse.
bigquery excel figma mysql notebook numpy pandas postgresql powerbi powerquery python sql sqlite wordpress
Last synced: 09 Apr 2026
https://github.com/corey-richardson/comp2000-cw2
An Employee management tool for employees and admins within a company to view and edit employee details, and view and action Holiday requests.
android-application android-studio java sqlite sqlite-android volley-api
Last synced: 09 Apr 2026
https://github.com/salimdriai/electron-react-sqlite-boilerplate
This is a boilerplate home page for your Electron, SQLite, and React application.
boilerplate electron electron-boilerplate electron-sqlite3 react sqlite
Last synced: 18 Apr 2026
https://github.com/amiralisajadi/oasis-storefront
A Flask-based web application for an online store, enabling users to browse, wishlist, and purchase products. Built with Python (Flask), JavaScript (jQuery), CSS (Bootstrap), and connected to SQLite/PostgreSQL.
bootstrap e-commerce flask jquery postresql sqlite team-project
Last synced: 09 Apr 2026
https://github.com/carbonpackages/carbon.sqlitecache
Enable SQLite Cache in Neos
Last synced: 03 Oct 2025
https://github.com/coslynx/discord-music-bot
Project: Discord Music Bot: Play Tracks Through Commands. Created at https://spectra.codes, which is owned by @Drix10
audio-streaming code-generation code-quality developer-tools devops discord-api discord-bot discord-py ffmpeg machine-learning music-bot music-player music-queue python software-development soundcloud-api spotify-api sqlite voice-chat youtube-api
Last synced: 03 Jan 2026
https://github.com/nikext/django-react-app
Notes app with React and Django
axios css3 django django-rest-framework javascript jwt python python3 react react-router rest-api sqlite
Last synced: 09 Apr 2026
https://github.com/harenafiantso/poja-big-sum-std22086
Git repository that contains the source code of the exam about using the infrawork named poja, using the version 9.0.2
Last synced: 09 Apr 2026
https://github.com/jadelhelm/100-days-of-code-python
The Complete Python Pro Bootcamp 2024
100daysofcode 100daysofpython bootstrap bootstrap5 css css3 flask html matplotlib numpy pandas plotly python rest-api scikit-learn selenium-webdriver sqlite tkinter turtle
Last synced: 09 Apr 2026
https://github.com/fialex1212/fastapi-react-toascii
The ASCII Art Converter is a web application that allows users to upload images by link or file and convert them into ASCII art. The app utilizes a React frontend for a responsive user interface and a FastAPI backend for efficient image processing.
Last synced: 09 Apr 2026
https://github.com/byywork1/masn-scanner
iOS Application Prototype for Attendance Tracking
Last synced: 14 Feb 2026
https://github.com/alexandrecpedro/rocketseat-auction
An auction system API - NLW Expert from Rocketseat
bogus csharp dotnet entity-framework fluent-assertions fluentassertions jwt moq-framework openapi3 postman sqlite swagger
Last synced: 09 Apr 2026
https://github.com/alsweider/studiolo
Buchverwaltung und Lesefortschritt in Entwicklung. (Alpha-Demo)
bibliothek books buecher buecherverwaltung database datenbank lesen library management manager qt reading sqlite table tables windows windows-10
Last synced: 09 Apr 2026
https://github.com/maxgfr/rabbitmq-twitter-process
Java application to process files and twitter trends with RabbitMQ
apache-camel java rabbitmq rabbitmq-client sqlite twitter-api twitter-trends
Last synced: 04 May 2026
https://github.com/silanurciftci/taskdistributionsystem
ASP.NET Core MVC app that auto-assigns tasks by difficulty with fair distribution and non-consecutive (±1) rule. EF Core + SQLite.
aspnet-core code-first csharp dotnet ef-core mvc repository-pattern sqlite task-assignment
Last synced: 06 May 2026
https://github.com/morriskm/actix-auth
Actix-Web | API | Session Auth | Login | Register | Logout | Protected Route | Sqlite | Rust | Redis
actix-web argon2 cookies middleware redis serde session-cookie sqlite sqlx
Last synced: 09 Apr 2026
https://github.com/rohit-j0shi/faqs-backend-test
This is an assessment test project for the backend role. It is a multilingual FAQ API built using Django and Django REST Framework. The API allows users to retrieve FAQs in multiple languages using the Google Translate API. FAQs can be managed through the Django Admin Panel, and API endpoints are tested using pytest.
api backend django googletrans pytest python sqlite
Last synced: 14 Aug 2025
https://github.com/tandawg/sprint12_final
backend cli command-line-tool database docker go golang parcel-tracking rest-api serialization sqlite
Last synced: 25 Jan 2026
https://github.com/oarthurzanoni/bank
High level API. SOLID, DDD, Jest, GraphQL, TypeScript, Fastify
apollo apollo-server ddd fastify graphql jest prisma solid sqlite typegraphql typescrit
Last synced: 09 Apr 2026
https://github.com/adibhatt10078/sha256_html
A lightweight, responsive web app built with AngularJS and Bootstrap 5 that allows users to generate SHA256 hashes from input strings.
backend competitions flask-application flask-web javascript openssl-library python ruby sha256 sqlite static-site url-decoding url-encoding xss
Last synced: 09 Apr 2026
https://github.com/joeymckenzie/sqlighter
A Laravel package for routinely backing up your SQLite database.
Last synced: 16 Aug 2025
https://github.com/sanghanmol/billalyze
An app to upload receipts, extract data using OCR, and visualize spending trends with charts and stats.
fastapi python sqlalchemy sqlite streamlit tesseract-ocr
Last synced: 09 Apr 2026
https://github.com/gabrielbb/library-api
This is a simple Library REST API made with Node JS and an In-Memory SQLITE database.
library-management-system nodejs sqlite
Last synced: 15 Feb 2026
https://github.com/vitorhonna/this-is-cs50
Harvard University's introduction to the intellectual enterprises of computer science and the art of programming. This is CS50.
c computer-science cs50 css data-structures flask harvard harvardcs50x html javascript python scratch sql sqlite
Last synced: 10 Apr 2026
https://github.com/kaatinga/baranka
A simple and flexible helper for preparing SQL queries with positional parameters for SQL databases like PostgreSQL, MySQL or SQLite
mariadb mysql postgresql query-builder spanner sql sqlite
Last synced: 10 Apr 2026
https://github.com/thinkphp/auth2
Auth React Frontend Backend Node.js Sqlite3
authentication backend bcrypt cors express frontend node react router sqlite tailwindcss
Last synced: 10 Apr 2026
https://github.com/wastingnotime/contacts-backend-nodejs-express
This repository maintain a nodejs/express application that is part of "contacts" project, an initiative to explore technologies features.
crud-api expressjs migrations nodejs sequelize sqlite
Last synced: 09 Mar 2026
https://github.com/wastingnotime/contacts-backend-go-echo
This repository maintain a golang/echo application that is part of "contacts" project, an initiative to explore technologies features.
crud-api echo golang gorm migrations sqlite
Last synced: 09 Mar 2026