An open API service indexing awesome lists of open source software.

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.

https://github.com/dor-sketch/sql_sandbox

A collection of SQL scripts designed to help you improve your SQL querying skills through practical exercises.

database postgresql sql sqlite

Last synced: 08 May 2026

https://github.com/samiraafrin/seashells-management

It is a seashell management app built using Python. CRUD operations are implemented following clean-architecture. Here, FastAPI, SQLalchemy, and SQLite is used for the execution of the app.

black crud fastapi form-data multi-part orm pytest python sqlalchemy sqlite unittest uvicorn

Last synced: 08 May 2026

https://github.com/silent-brad/web_lua_nix

Documenting learning Lapis (Lua web framework) with Nix

lapis lua nix sqlite

Last synced: 08 May 2026

https://github.com/khoa-bit/go-db-tools

My personal tools for working with DB. Because I love zero dependency <3

db go sql sqlite

Last synced: 08 May 2026

https://github.com/mdhasanshuvo/smart-transit

Efficient Transport Management System for scheduling, coordinating, and managing transport. Built with C++, Qt Framework, and SQLite.

educational-software qt-creator qt-framework scheduling-application software software-development sqlite

Last synced: 08 May 2026

https://github.com/teddy55codes/sqlitedbaccess

A lightweight sqlite nuget package.

csharp nuget sql sqlite

Last synced: 08 May 2026

https://github.com/dilshan97/sqlite-with-android-basic-curd-function

This is sample project for Bsc Information technology Second Year Mobile Application Development

android curd-operation sqlite

Last synced: 08 May 2026

https://github.com/mahonrim/agenda

This app simulates thea genda of a doctor.This agenda is made in python and kivy

kivy mobile-app python python3 sqlite

Last synced: 08 May 2026

https://github.com/vilhalva/crud-com-ctklistbox-e-sqlite

👨‍🏫CRUD DE NOMES NA LISTA COM CUSTOMTKINTER E SQLITE.

aplicativo codigo crud customtkinter database framework interface projeto python sqlite

Last synced: 08 May 2026

https://github.com/olha-dev-fullstack/nest-cars-price-api

Simple NestJS REST used cars pricing API where users can authenticate, create reports about cars to sell and get price prediction

nestjs sqlite typeorm

Last synced: 08 May 2026

https://github.com/persteenolsen/dotnet-6-signup-basic-api

A .NET 6 REST API serving as a Membership System using SQLite and EF Core

dotnet entity-framework-core jwt rest-api sqlite

Last synced: 08 May 2026

https://github.com/artlu99/streaks

Streaks App (self-hosted)

evolu local-first react single-page-application sqlite

Last synced: 08 May 2026

https://github.com/ralitsaterzieva/pawadopt

Flask based application for puppies adoption

flask flask-migrate flask-sqlalchemy jinja python sqlalchemy sqlite wtforms

Last synced: 08 May 2026

https://github.com/devalex-full/north-radar

Central operacional de agentes de IA para análise de oportunidades, arquitetura de software e geração de propostas comerciais.

agents automation crm drizzle electron freelancing ia playwright productivity react saas scraping sqlite typescript vite

Last synced: 26 Jun 2026

https://github.com/j1sk1ss/sql_databaseworker.exmpl

Simple JFrame windows app for work with sql data-base

database sql sqlite

Last synced: 08 May 2026

https://github.com/thaokvu/payflow

PayFlow is a secure, web-based payroll management system designed to handle paycheck generation, employee roles, and real-time financial data management. Built with Flask, SQLite, and Jinja2, it simplifies payroll workflows and generates downloadable PDF paychecks.

employee-dashboard flask jinja2 payroll payroll-management-system pdf-generation python sqlite web-application

Last synced: 08 May 2026

https://github.com/makomweb/workflow-tutorial

Symfony Workflow tutorial

sqlite statemachine symfony workflow

Last synced: 08 May 2026

https://github.com/sandhyas140295/edutech-assignment-tracker-backend

A simplified assignment tracking system for EdTech platforms where teachers can post assignments and students can submit them. Includes role-based login for teachers and students, with secure APIs built using FastAPI and SQLite. Clean React-based frontend allows assignment creation, submission, and viewing of student submissions.

fastapi jwt-authentication python3 rest-api sqlite

Last synced: 08 May 2026

https://github.com/cromega08/measurepedia

Measurepedia is an app designed to keep track of digitalized record measures of different configurable elements by "Tailors" and "Seamstresses".

android android-app android-application android-ui jetpack jetpack-android jetpack-compose json-file jsonfile kotlin kotlin-android kotlin-json kotlin-language sqlite sqlite-android sqlite-database sqlite3 sqliteopenhelper

Last synced: 08 May 2026

https://github.com/nitekeeper/memex

Personal knowledge runtime and shared memory plane for Claude Code agent fleets — plugin-agnostic SQLite stores with federated FTS5 + vector search.

ai-agents claude-code claude-code-plugin full-text-search knowledge-management mcp memory second-brain sqlite vector-search

Last synced: 27 Jun 2026

https://github.com/shihanng/csvs-to-sqlite-act

GitHub Actions for csvs-to-sqlite https://github.com/simonw/csvs-to-sqlite.

csv datasette datasette-io github-actions python sqlite

Last synced: 09 Apr 2026

https://github.com/salvatoreamaddio/bettingdesktopapp

Desktop application developed for a client who operates in Horse Race Betting. The application manages Account Holders and Agencies' information and the bets that have been placed.

csharp csharp-code desktop-app desktop-application full-stack fullstack-development software-development sqlite wpf

Last synced: 08 May 2026

https://github.com/kiran8053/movie-ratings-analysis

SQL-based exploratory analysis of movie ratings

analytics data-science movies sql sql-server sqlite

Last synced: 12 Apr 2026

https://github.com/ubikgs/androidsensorspersistence

An AndroidSensors companion library that allows to easily store AndroidSensors records

android persistence room-persistence-library rxandroid rxjava sensors sqlite

Last synced: 08 May 2026

https://github.com/andrewwango/stream-nlp-app

Sentiment analysis and visualisation app with Dash

fastapi huggingface-transformers plotly-dash sqlite

Last synced: 09 May 2026

https://github.com/thecoachingonline/learning-sql

Here are my study notes for learning SQL

mysql oracle postgresql sql sqlite sqlite3

Last synced: 09 May 2026

https://github.com/mochgani/android-latihan-sqlite

Project Latihan Menggunakan Sqlite pada Android Studio

android android-studio java sqlite

Last synced: 09 May 2026

https://github.com/j-sephb-lt-n/cloud-sqlite

A serverless sqlite database on google cloud run

database gcp google-cloud microservice serverless sqlite

Last synced: 09 May 2026

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/kingarthurwashere/kwikpay_server

A django app for local service platform for purchasing Zesa and Airtime

django python sqlite

Last synced: 09 May 2026

https://github.com/kfcemployee/aiogram-simple-todo-bot

Мой первый проект на питон: простой ассинхронный ToDo-бот с напоминаниями и возможностью настройки задач и напоминаний с поддержкой postgres и sqlite.

aiogram postgres postgresql python sqlite telegrambot

Last synced: 25 Sep 2025

https://github.com/tanushree1011/retail-chatbot

This is a simple retail chatbot

css html python sqlite

Last synced: 09 May 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/cristofima/appnotepaddd

Aplicación móvil de notas en Ionic 4

android api-rest ionic4 ios jwt sqlite uwp

Last synced: 09 May 2026

https://github.com/crizin/bible-db

Multilingual Bible dataset (Korean/KJV/Hebrew/Greek) with Strong's numbers and semantic-domain tags on every original-language word

bible biblical-studies dataset greek hebrew korean-bible nlp public-domain sqlite strongs

Last synced: 28 Jun 2026

https://github.com/valentina17varela/restaurant_website

Dynamic Website in Django for little lemon restaurant, final project of the backend developer specialization by Meta

api api-rest django django-application django-rest-framework python python-app sqlite web-application

Last synced: 09 May 2026

https://github.com/anag0es/sqlite-cordova

Criação de um crud com sqlite e cordova

cordova crud sql sqlite

Last synced: 09 May 2026

https://github.com/coderunner099/restaurant-ordering-system

A simple restaurant ordering system built with Flask and SQLite, featuring a digital menu, cart, order submission, and a kitchen dashboard.

backend flask food-ordering fullstack python sqlite

Last synced: 09 May 2026

https://github.com/abhijithganesh/car-data-analyzer

This repository contains the Django project which was developed to analyze car-data from an Onboard-Diagnostics device. This project contains Django-Db.sqlite3 to process the data in the backend. It was deployed to heroku

car-data django sqlite

Last synced: 09 May 2026

https://github.com/edegan-furb/favoriteplacesapp

React Native - Camera, Location & Device Storage

google-geolocation-api google-maps-api javascript react-native sqlite

Last synced: 09 May 2026

https://github.com/themusharraf/sqlalchemy-python

Sqlalchemy Python connection example

postgresql python sqlalchemy sqlite

Last synced: 09 May 2026

https://github.com/paoloprodossimolopes/gopportunities

Basic CRUD application using GoLang to handle job opportunities

backend gin-gonic ginswagger go go-orm golang gorm http job makefile opportunities sqlite webserver

Last synced: 09 May 2026

https://github.com/elainefs/django-blog-girls

Blog simples usando Django

django python sqlite

Last synced: 09 May 2026

https://github.com/jlcambraia/users-fastapi-sqlite

Projeto de aprendizado em FastAPI: API simples para gerenciamento de usuários com SQLite.

api backend crud fastapi pydantic python sqlite

Last synced: 09 May 2026

https://github.com/carllosnc/one-stack

fast way to prototype full stack apps with Next.js, React, Tailwind, and Drizzle ORM

bun drizzle-orm nextjs sqlite typescript

Last synced: 09 May 2026

https://github.com/jeannesbryan/deaddrop

An extreme, static-first, zero-JS, and post-quantum social syndication protocol designed for Tor networks and low-end hardware.

asynchronous cryptography cypherpunk darknet decentralized onion-service opsec p2p php post-quantum privacy proof-of-work self-hosted social-network sqlite tor zero-js

Last synced: 07 Jul 2026

https://github.com/harshit433/onehive

OneHive is a web application developed with django designed to connect college students from different institutions. The platform offers various features to enhance student interaction, collaboration, and resource sharing.

django-framework html-css-javascript mvc-architecture python sqlite

Last synced: 09 May 2026

https://github.com/joungminsung/semanticfs

FUSE-based semantic filesystem — access files by meaning, not paths. 자연어로 파일에 접근하는 시맨틱 파일시스템.

cli embeddings filesystem fuse nlp open-source rust semantic-search sqlite tree-sitter

Last synced: 10 Jun 2026

https://github.com/marcelocantos/sqlpipe

Streaming replication protocol for SQLite

cpp database replication sqlite streaming

Last synced: 09 May 2026

https://github.com/zzarif/instant-budget-manager-mobile-app

Course Project for CSE 4402 (Visual Programming): Native Android App that provides budget management and expense tracking features.

android android-studio budget-management expense-tracker java pie-chart sdk-android sqlite xml

Last synced: 09 May 2026

https://github.com/daks001/crud-todo

Basic task master app

flask jinja2 sqlite

Last synced: 09 May 2026

https://github.com/arieldavid-oss/actividades

Aplicación en construcción, sobre recordatorios de aplicaciones

android-application ja sqlite

Last synced: 09 May 2026

https://github.com/than-dev/jobs-calc

JobsCalc is a calculation estimation application for freelance projects, where it is possible to register and exclude jobs (projects), obtaining a cost...

backend front-end fullstack nodejs sqlite

Last synced: 09 May 2026

https://github.com/cmarker0/Android_Exam

Exam soulution for PGR201-V18 - Java Android app for a Tic-Tac-Toe game

android exam game-development sqlite tic-tac-toe

Last synced: 25 Sep 2025

https://github.com/cristofima/ionicsqlitecrud

SQlite CRUD in Ionic 5

ionic sqlite

Last synced: 09 May 2026

https://github.com/emsmoreno/projetopaises_winforms

A Countries API Project (or best-known as Country Database), that fetch countries via JSON to my local app using a DatabaseHelper and creating a local DB using SQLite.

api api-rest consume-api csharp restcountries-api sqlite sqlite-database sqlserver web webdevelopment

Last synced: 09 May 2026

https://github.com/hubtou/mod_storage

A Luanti tool for managing the mod_storage SQLite3 database file content.

luanti luanti-modding luanti-tool minetest minetest-tool sqlite sqlite-database sqlite3 sqlite3-database

Last synced: 09 May 2026

https://github.com/floralunit/ancient-egyptian-dictionary-wpf-sqlite

Курсовое проектирование. Тема: Разработка электронного справочника древнеегипетских иероглифов. Реализовано на технологии WPF. Версия с SQLite

sqlite wpf

Last synced: 09 May 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/gaozyun/lumina-docs

Intelligent structured document management system using MCP protocol - solving token overflow for large language models

document-management llm mcp mcp-server python sqlite stuctured-document

Last synced: 09 May 2026

https://github.com/imadsaddik/randomayahgenerator

Generate random pair of Quran verses before going to pray.

android-application android-studio java quran quran-app sqlite

Last synced: 09 May 2026

https://github.com/albingroen/northspawn

In the course webserver-programming our mission was to create the best official site for the gaming event and hackathon Northspawn & North-Hack.

php php7 sqlite sqlite-database webserver

Last synced: 09 Apr 2026

https://github.com/rushikeshghuge-19/blockchain_django

A secure Blockchain-Based Voting System built with Django. It records votes on a custom blockchain for transparency and integrity, featuring user authentication, candidate management, and real-time vote tallying. The backend uses Django, with SQLite for data storage.

blockchain cryptography django proof-of-work python sha-256 sqlite voting-system webdevelopment

Last synced: 10 May 2026

https://github.com/stalksa/tictactoe

Крестики Нолики 5 в ряд на WPF

asp-net game sqlite wpf

Last synced: 10 May 2026

https://github.com/maxinexiong/book-search-engine

The Book Search Engine is a desktop application developed in Python using the Tkinter and CustomTkinter library. It enables users to interact with a local SQLite database to manage and query book information effectively, allowing users to look up book information with ease, and add, update, delete book records in the database.

customtkinter database-management desktop-application gui-application pandas pandas-dataframe python sqlite sqlite-database sqlite3 tkinter tkinter-gui

Last synced: 10 May 2026

https://github.com/envid-tech/pythondbgenerator

DB Generator in Python, makes random SQLite databases for testing in apps.

database db dbs generator py python random sqlite testing

Last synced: 10 May 2026

https://github.com/devenes/go-bookstore-api

This is a simple API for a bookstore that basically only has a few endpoints and built with Golang.

docker go goland golang sqlite

Last synced: 10 May 2026

https://github.com/deibsoncogo/introducao-python-rocketseat

Primeira experiência com Python, Flask e SQLite: desenvolvendo um sistema de carrinho de compras no curso da Rocketseat!

flask pip3 python sqlite

Last synced: 10 May 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/keyurparalkar/flask-tutorial

Flask tutorial with Version Control

flask flask-sql sqlite

Last synced: 10 May 2026

https://github.com/rihoneailabs/african-language-catalog-demo

A demo Flask app to showcase and provide information about the diverse languages spoken across the African continent.

africa african-languages flask-application linguistics python sqlite

Last synced: 10 May 2026

https://github.com/ndenicolais/androidsqlite

App showing how to work with sqlite Database to insert, select, update, delete and view data in RecyclerView

android android-app android-studio kotlin sqlite sqlite-database

Last synced: 10 May 2026

https://github.com/marcosviniciusjau/blast-mail

Blastmail is a Laravel aplication where is possible to create email campaigns

factory laravel middleware php seeder sqlite

Last synced: 10 May 2026

https://github.com/maksmez/ids_update_vkr

Проект разработанный для автоматического обновления баз правил системы VipNet IDS.

cryptography logging python selenium smtplib sqlalchemy sqlite yattag

Last synced: 10 May 2026

https://github.com/sshehrozali/user-login-sys

A general purpose Login System that can be connected with any program/software maintained along with real-time login activity

login login-system python python3 sqlite sqlite3 user-login

Last synced: 10 May 2026

https://github.com/newstudy2024/gem-ai-client-atai

Flask, Python, Docker

ai flask python sqlite

Last synced: 10 May 2026

https://github.com/0xisk/exploring-sql

A repository focused on learning and practicing the SQL language.

learning learning-by-doing learning-exercise postgres postgresql postgresql-database sql sql-server sqlite sqlserver

Last synced: 10 May 2026

https://github.com/trustworthydev/telestream

Messaging System with ASP.NET Core, which is accessable using Ngrok

asp-net-core javascript jquery sqlite

Last synced: 10 May 2026

https://github.com/gabrondev/nihon_pro

Aplicativo mobile para aprendizado do idioma japonês.

android-studio java sqlite

Last synced: 10 May 2026

https://github.com/laudep/itemcatalog

Item Catalog web app

flask python sqlalchemy sqlite

Last synced: 11 May 2026

https://github.com/whizydan/movie_tickets

android app with sqlite database to create/book movie tickets

android sqlite tickets

Last synced: 14 May 2026

https://github.com/clundstedt225/java-inventory-app-prototype

A prototype android app for creating and tracking business inventories.

android androidstudio java sqlite

Last synced: 11 May 2026

https://github.com/forgineer/pandas-liteql

A simple pandas extension that enables users to execute SQL statements against DataFrames using in-memory SQLite.

data-engineering pandas pandas-dataframe pandas-extension python python3 sqlite

Last synced: 11 May 2026

https://github.com/saschpe/migrantpy

Simple SQLite database migrations library for Python.

migration-tool python python3 schema-migrations sqlite

Last synced: 11 May 2026

https://github.com/dnce17/crochet_shop_docker

A crochet shop website deployed using Docker, GCP, and Azure

azure docker gcp sqlite

Last synced: 11 May 2026

https://github.com/yanliu1111/ruby-on-rails-full-course

✅Complete ruby-on-rails: Friends Contact List project

devise ruby-gem ruby-on-rails sqlite

Last synced: 11 May 2026

https://github.com/hanabi-rest/hanabi-rest-mirror

issues repository for hanabi.rest

cloudflare-workers edge-computing hono sqlite v0

Last synced: 11 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/codenamev/ups

Modern status pages built with Rails 8 + SQLite.

devops incident-management monitoring open-source rails ruby self-hosted sqlite status-page uptime

Last synced: 11 May 2026

https://github.com/woladi/sententim

Deterministyczny weryfikator sygnatur polskich wyroków · MCP · lokalnie · offline · zero LLM w runtime. FOUND / NOT_FOUND / AMBIGUOUS — z twardymi faktami ze źródła publicznego (SAOS). Sub-10ms lookup.

ai claude deterministic legaltech llm local-first mcp model-context-protocol no-llm-runtime orzecznictwo polish-law sad-najwyzszy saos sqlite sygnatura typescript

Last synced: 10 Jun 2026