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/tusharpandey003/sql_query_generator

This streamlit app framework help to generate sql query and generate result from database with help of generative AI (Gemini pro)

gemini-pro gen-ai generative-ai query sql sqlite sqlite3 streamlit-application

Last synced: 18 Apr 2026

https://github.com/egyan07/ghostbackup

Secure automated backup for Windows with AES-256-GCM streaming encryption, 3-2-1 redundancy, circuit breaker, 7-year compliance retention, and real-time file watching. Built with Electron + React + FastAPI.

aes-256-gcm automation backup-tool data-protection desktop-app electron encryption fastapi file-sync local-backup python react sqlite ssd-backup vite watchdog

Last synced: 02 Apr 2026

https://github.com/naturalcycles/sqlite-lib

SQLite implementation of CommonDB interface

db-lib sqlite

Last synced: 27 Oct 2025

https://github.com/upendraverma/daily-reminder

🧠 A simple Flutter app to create, view, and manage daily reminders. Built with local persistence using SQLite – my first hands-on project exploring local databases in Flutter.

daily-reminder daily-tasks dart flutter reminder sqlite

Last synced: 05 Jul 2026

https://github.com/harsh-ps-2003/haikyu

A Bitcoin miner simulation

bitcoin cryptography sqlite

Last synced: 25 Feb 2026

https://github.com/newben420/mailicia

Self-hosted email manager with rich composer, templates, analytics & full data ownership

analytics email email-marketing email-tracking newsletter nextjs nodemailer self-hosted smtp sqlite tailwindcss typescript

Last synced: 24 Jan 2026

https://github.com/prempreetbrar/aplitrack

An app for tracking job applications; created by drawing an Entity-Relationship diagram, mapping it to the relational model, making a use-case diagram. Backend uses MVC architecture with authentication using JWT token, Brevo email handling, Multer file uploading.

email-notification error-handling expressjs javascript jwt-authentication jwt-authorization multer-fileupload mvc-architecture nodejs pugjs rest-api sequelize sqlite

Last synced: 24 Jan 2026

https://github.com/btafoya/gomailserver

Modern, composable all-in-one mail server in Go with SMTP, IMAP, CalDAV, CardDAV, DKIM, SPF, DMARC, antivirus, and anti-spam

caldav carddav dkim dmarc email email-server go golang imap mail-server mailserver security smtp spf sqlite tls

Last synced: 24 Jan 2026

https://github.com/devgaucho/mig

Sistema básico de migrations em plain text

mariadb migration mysql php sqlite

Last synced: 24 Jan 2026

https://github.com/wensheng31/worktracker

一個簡單的工時記錄系統,使用 Flask 開發,可以記錄每日工作時間並自動計算薪資。

bootstrap bootstrap5 css flask html python3 sqlite

Last synced: 24 Jan 2026

https://github.com/qanastek/pineapple-monitoring

A web monitoring application for servers clusters in Flask

api flask jinja2 jquery json lxml python rest-api sqlite sqlite3

Last synced: 15 Apr 2026

https://github.com/renzynx/buh1

A modern, self-hosted file storage solution built with Vike, React, and Hono. Features resumable TUS uploads, nested folders, built-in file previews, ShareX integration, and a robust admin dashboard with RBAC and 2FA for complete data sovereignty.

better-auth docker drizzle-orm file-storage file-upload hono self-hosted shadcn sharex sqlite tailwindcss trpc tus-protocol typescript vike

Last synced: 15 Apr 2026

https://github.com/naveendanj/uoj-store-backend

File Manager for my university using go-lang and gin

gin golang gorm jwt-authentication sqlite thunderclient

Last synced: 28 Jan 2026

https://github.com/fairspec/fairspec-typescript

Fairspec TypeScript is a fast data management framework built on top of the Fairspec standard and Polars DataFrames

ckan csv data dataframe dataset excel fair json ods polars quality schema sqlite table typescript validation zenodo

Last synced: 09 Feb 2026

https://github.com/gabrieltorelo/database_difference_checker-python_sqlite

Python script to read SQLite files and check the differences between them.

database python sqlite

Last synced: 16 Mar 2026

https://github.com/wartem/open_art_web_viewer_lite

A lightweight Python Flask web app using SQLite and JavaScript for browsing and searching artworks from various collections. Features dynamic image loading, search functionality, and infinite scrolling.

art dynamic flask infinite-scrolling javascript open python search sqlite web

Last synced: 16 Mar 2026

https://github.com/meatcar/lcbo-car-fuel

Find the most cost-effective product to fuel an ethanol car with from LCBO

lcbo-api nix sqlite

Last synced: 25 Feb 2026

https://github.com/shahul01/mytimerv2

Multiple timers, always displaying. Built with Electron, React, tRPC & SQLite.

countdown countdown-timer electron express nodejs react sqlite timer trpc typescript

Last synced: 15 Apr 2026

https://github.com/duydang2311/askkit

AI Chatbot w/ launcher application built with Rust

desktop rust sqlite svelte sveltekit tailwindcss tauri tiptap windows

Last synced: 15 Apr 2026

https://github.com/derek486/employee-app-v1

A full-stack employee management system with an Angular frontend and support for two interchangeable backends: Django (Python) and Express.js (Node.js)

angular16 django express mongodb sqlite

Last synced: 15 Apr 2026

https://github.com/pixelspark/sqlite

SQLite Swift package that does not rely on system-provided SQLite and builds on Linux

linux macos sqlite swift

Last synced: 15 Apr 2026

https://github.com/arthur-llevy/simbora-api

API do projeto Simbora - Projeto Integrador

fastify fastify-type-provider-zod nodejs prisma sqlite typescript zod

Last synced: 15 Apr 2026

https://github.com/naveeng2402/railway-reservation-gtk_c

Railway Reservation application that lets you to emulate the Booking, Downloading and Cancelling your tickets that is programmed in C using GTK, sqlite3, CSS, wkhtmltopdf

applicaiton c css database gtk gtk3 html relational-databases software sqlite sqlite3 svg wkhtmltoimage wkhtmltopdf

Last synced: 15 Apr 2026

https://github.com/shawnhack/exocortex

Personal unified memory system for AI agents. SQLite-backed, local-first, hybrid RAG retrieval with MCP integration.

ai claude embeddings entity-extraction hybrid-search knowledge-graph local-first mcp memory model-context-protocol personal-knowledge-management rag sqlite typescript

Last synced: 25 Feb 2026

https://github.com/architgargpro/calorie-counter-back

An app to keep record of Calories, Backend with NestJS + TypeORM-sqlite3

access-control backend-api nest nest-js nestjs nodejs sqlite typeorm typescript

Last synced: 31 Jan 2026

https://github.com/xanthium-enterprises/gui-app-for-sqlite-database-crud-ops-using-csharp-and-winforms

Learn to integrate the SQLite database into a WinForms application using C# language and display the data present in a SQLite db in a tabular or grid view on a Windows Form app using the DataGridView Control present in WinForms

csharp database dotnet dotnet-core sqlite sqlite-database sqlite3 sqlite3-database windows-forms winforms

Last synced: 07 Feb 2026

https://github.com/bhathiya29/task-master---flask

📋 Tasks App - A simple and intuitive Tasks web application built with Python Flask and SQLAlchemy. Stay organized and focused by managing your tasks with this user-friendly app. 🚀 **Features:** - Add, edit, and delete tasks as completed. - Clean and intuitive user interface. - Tasks are stored persistently in a SQLite database. 🔧 *

crud flask python3 sql sqlite

Last synced: 15 Apr 2026

https://github.com/quaddarv1ne/domain_data_hub

Хаб с базами данных для различных сфер применения

client database database-management db ecommerce estate finance healthcare hotel logistics restaurant retail server sql sqlalchemy sqlite theater

Last synced: 15 Apr 2026

https://github.com/jessicasantosb/codante-workshop-next-auth

Uma aplicação criada com base no workshop da plataforma de cursos Codante.io.

nextauth5 nextjs14 prisma shadcn-ui sqlite tailwindcss typescript

Last synced: 01 Feb 2026

https://github.com/eiskalteschatten/sequelize-migration-wrapper

A wrapper for migrating databases using Sequelize and Umzug.

database migration mysql nodejs postgresql sequelize sql sqlite umzug

Last synced: 01 Feb 2026

https://github.com/skimmenthal13/asql

C# Library that let use multiple types of databases (SqlServer, Oracle, MySql, PostgreSQL, Sqlite) with same code

database events log migrator multidatabase mysql oracle orm performance postgresql sql sqlite sqlserver trace transactional

Last synced: 01 Feb 2026

https://github.com/ruanvalente/bunstack-playground

Este é um playground/template para explorar e demonstrar as melhores práticas de desenvolvimento full-stack utilizando o ecossistema Bun. O projeto implementa um sistema de gerenciamento de tarefas com uma API robusta e uma interface web moderna.

backend bun database frontend fullstack javascript nodejs react sqlite typescript

Last synced: 25 Feb 2026

https://github.com/jlarmstrongiv/bunny-sqlite

SQLite for Edge Scripting for bunny.net 🐰

bunnycdn bunnynet edge scripting sqlite sqlite3 wasm

Last synced: 01 Feb 2026

https://github.com/eusebioleite/fipe_rs

fipe_rs centralizes data from FIPE into a sqlite database.

fipe rust sqlite

Last synced: 07 Feb 2026

https://github.com/yuris60/quranku

Aplikasi quran digital offline dengan tampilan modern. Dibangun dengan menggunakan framework Flutter + SQLite.

flutter-app mobile-app offline quran quran-mobile sqlite

Last synced: 01 Feb 2026

https://github.com/whtsky/ocgc

OpenCode Garbage Collector. Analyze and reclaim storage used by OpenCode sessions, diffs, and snapshots

cleanup cli disk-space garbage-collector opencode python sqlite

Last synced: 01 Jun 2026

https://github.com/keanteng/serpent-astral

💠 Order Processing Solution for Small/Medium Warehouses in Malaysia

chakra-ui crud graphql graphql-yoga nextjs order-management prisma sqlite tailwindcss typescript warehouse

Last synced: 26 Feb 2026

https://github.com/turbot/steampipe-plugin-consul

Use SQL to instantly query Consul ACLs, namespaces, services & more. Open source CLI. No DB required.

backup consul etl hacktoberfest postgresql postgresql-fdw sql sqlite steampipe steampipe-plugin zero-etl

Last synced: 26 Feb 2026

https://github.com/ajnus/autobar_man_programacao_de_microcontroladores_eng1419

Projeto Final da disciplina eletiva Programação de Microcontroladores na Graduação em Ciência da Computação: PUC-Rio | Nota: 8.78

arduino cplusplus pyhton sqlite tkinter tkinter-graphic-interface tkinter-gui tkinter-python

Last synced: 15 Apr 2026

https://github.com/samad101/airline

Simple DBMS of an airline using Django and SQLite. Thanks to CS50.

django sqlite

Last synced: 16 Apr 2026

https://github.com/duck-lint/career_ledger

A local-first desktop application for managing career history, auto-tagging skills via inference markers, and generating targeted resumes based off of job postings and your actual work history. No cloud services, no accounts → all data lives in a local SQLite database on your machine.

career-development database job-application-tool job-posting-analysis job-posting-extraction personal-portfolio react resume-builder resume-creator resume-generator rust sqlite tauri tauri2 typescript

Last synced: 02 Jun 2026

https://github.com/egphp/iptv-manager-updates

IPTV Manager v3.5: Plex-first self-hosted IPTV catalog manager, downloader, local VOD player, Plex watch tracker, disk discovery, safe trash/restore, Connected Devices, PWA, Docker. مدير IPTV شامل لتنظيم الكتالوج والتحميل والمتابعة.

aria2 connected-devices docker flask imdb iptv iptv-manager local-playback media-downloader media-manager omdb plex plex-media-server pwa python self-hosted sqlite tmdb vod watch-tracking

Last synced: 07 Jun 2026

https://github.com/zeroc0d3/sqlite-psql

Dump data from sqlite to postgreSQL

dump postgresql python sqlite sqlite3

Last synced: 16 Apr 2026

https://github.com/jae-labs/flashcards

Transform notes into flashcards with local AI. Study offline, stay private, learn smarter—for free!

ai cli flashcards flashcards-cli golang llama ollama sqlite

Last synced: 03 Jun 2026

https://github.com/valinerosgordov/dailyplanner

Weekly planner for Windows — tasks, habits, Pomodoro, finance tracker, Trello inbox. 2 themes, 4 languages. WPF + .NET 10 + SQLite. Fully offline, auto-updates.

auto-update csharp daily-planner desktop-app dotnet efcore finance-tracker habit-tracker offline-first open-source pomodoro productivity sqlite task-manager todo trello velopack weekly-planner windows wpf

Last synced: 09 May 2026

https://github.com/laget-se/laget.db.dapper

A repository pattern implementation for Dapper, a high-performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc...

dapper firebird mysql nuget sqlce sqlite

Last synced: 17 Apr 2026

https://github.com/cauandzn/api-rest-nodejs

API built with NodeJS, Fastify, Knex and SQLite.

api api-rest fastify knex knexjs nodejs rest rest-api sqlite sqlite3

Last synced: 17 Apr 2026

https://github.com/figome/haskell-sqlcipher

A Simple SQLCipher library for Haskell

encrypted haskell sqlcipher sqlite

Last synced: 17 Apr 2026

https://github.com/tsubasagit/relay

Developer-friendly email delivery platform - Open alternative to Resend & SendGrid

email email-delivery hono microservice react saas sendgrid-alternative sqlite typescript

Last synced: 03 Jun 2026

https://github.com/rodbland2021/claw-recall

Searchable conversation memory for AI agents. MCP integration, semantic search, Gmail/Drive/Slack capture. Under $1/mo to run.

ai-agents claude-code conversation-history fts5 mcp mcp-server memory openclaw semantic-search sqlite

Last synced: 02 Apr 2026

https://github.com/guovza/satnegirji

Suoma-Davvisáme-Suoma sátnegirji ja ollu sánit

cpp davvisamegiella davvisapmi sqlite sqlite-database suoma-davvisame-suoma

Last synced: 17 Apr 2026

https://github.com/lissone/nlw-heat-impulse

Website and messaging app to share with the community your expectations for the DoWhile 2021 event.

autentication expo monorepo nextjs nodejs react react-native rocketseat socket-io sqlite typescript

Last synced: 02 Apr 2026

https://github.com/aryansharma5/kivy-with-sqlite

simple login system using kivy and sqlite

application-development kivy python3 sqlite

Last synced: 17 Apr 2026

https://github.com/khalilouali/subjectdb-android-app

An Android app (Java + XML + SQLite) for managing study subjects. Created using Android Studio as a final project for Mobile Development class.

android-app android-studio java sqlite xml

Last synced: 17 Apr 2026

https://github.com/reza-saeedi-coding/netflix-data-analysis

A complete end-to-end Netflix dataset analysis using Python, SQL, and Matplotlib. Explores genres, content ratings, and trends using exploratory data analysis and visualizations.

data-analysis data-cleaning eda matplotlib netflix pandas portfolio-project python sql sqlite

Last synced: 17 Apr 2026

https://github.com/keosariel/sqlite-index

Indexes and searches data in a simple sqlite database

index indexer indexing json python python3 search search-engine searching sqlite

Last synced: 17 Apr 2026

https://github.com/nandaleio/c_base

Pocketbase alternative in C

c mongoose pocketbase sqlite

Last synced: 17 Apr 2026

https://github.com/romancha/salmon

Sync engine for Bear notes — API server (hub) + macOS agent (bridge) + SalmonRun menu bar app

api-server bear bear-notes golang macos menu-bar-app note-taking sqlite swiftui sync

Last synced: 06 Apr 2026

https://github.com/shanebarnes/gnucash-sql

SQLite Queries for use with GnuCash

analytics budget finance gnucash go sql sqlite tracker

Last synced: 17 Apr 2026

https://github.com/sadmanca/uoft-pey-coop-job-postings

Code for parsing approximately 1.8k HTML pages of UofT PEY co-op job postings (from September 2023 to May 2024) to a single sqlite3 database file.

co-op data html python singlefile sqlite sqlite3 uoft uoft-pey

Last synced: 17 Apr 2026

https://github.com/skydiver/claude-brain

A persistent knowledge store for Claude Code — SQLite + MCP server + Tauri desktop app

claude claude-code knowledge-base leptos mcp rust sqlite tauri

Last synced: 04 Apr 2026

https://github.com/yann39/my-crypto-binder

Android application for managing cryptocurrency portfolio

android android-app cryptocurrencies cryptocurrency gradle java portfolio sqlite

Last synced: 17 Apr 2026

https://github.com/remy349/upload-images-cloudinary-python

Upload your images to Cloudinary using Python and Flask

flask flask-migrate flask-sqlalchemy html python scss sqlite

Last synced: 17 Apr 2026

https://github.com/iwatanikenji/feedget

Widget that allows the user to submit forms with the current screen through a screenshot functionality

expo expressjs heroku insomnia jest prisma sqlite taillwindcss vercel vite

Last synced: 04 Apr 2026

https://github.com/dungle-scrubs/hippo

Persistent memory for AI agents — facts, semantic search, conflict resolution, and decay. SQLite-backed, zero external services.

ai-agents embeddings llm mcp memory semantic-search sqlite typescript

Last synced: 04 Apr 2026

https://github.com/firas-mcp-servers/mcp-sql-bridge

Read-only MCP server for SQL — give your AI assistant schema-aware access to SQLite, PostgreSQL, and MySQL. No cloud, no writes.

ai-tools claude cursor database fastapi mcp model-context-protocol mysql open-source postgresql python sql sqlite

Last synced: 04 Apr 2026

https://github.com/chris31415926535/shiny.sql.chat

A simple chat application using R Shiny

rshiny rstats sqlite

Last synced: 25 Apr 2026

https://github.com/gorevds/litemlflow

Single-binary, MLflow-API-compatible experiment tracker with first-class LLM trace support. 143× faster cold start than MLflow.

apache-2 experiment-tracking golang helm kubernetes langchain llamaindex llm-tracing mlflow mlflow-alternative mlops opentelemetry prometheus single-binary sqlite terraform

Last synced: 04 Jun 2026

https://github.com/ahmadu-suleiman/wiktionary-json-parse-old

Wiktionary Json Parse is a Java program that parses a large JSON file gotten from kaikki containing English dictionary entries into the preferred SQL databases, Structuring and removing unneeded attributes from the file.

json maven oop oops-in-java postgresql sqlite

Last synced: 04 Apr 2026

https://github.com/rememora/rememora

Persistent, cross-agent memory for AI coding agents. Rust CLI + SQLite. Install as a Claude Code plugin — everything is automatic.

ai ai-agents claude-code claude-code-plugin cli codex cross-agent developer-tools gemini-cli local-first memory rust sqlite

Last synced: 26 Apr 2026

https://github.com/arvarik/trebek

A highly resilient, fault-tolerant data extraction pipeline daemon for transcribing and extracting structured game events from Jeopardy! episodes.

data-extraction google-gemini jeopardy llm machine-learning pipeline python sqlite whisperx

Last synced: 04 Jun 2026

https://github.com/parshavshah/openchat-translator

OpenChat Translator is an AI-powered multilingual chat app that translates messages in real-time using OpenAI, enabling seamless communication between users speaking different languages via a simple, AJAX-based interface.

express messaging-app multilingual nodejs openai sqlite translation

Last synced: 04 Apr 2026

https://github.com/dhleong/sqlead

A somewhat heavier version of SQLite

android room-persistence-library sqlite testing

Last synced: 18 Apr 2026

https://github.com/arvind-4/fastapi-sqlalchemy

A FastAPI app with a TurboDB backend using SQLAlchemy.

fastapi python sqlalchemy-python sqlite turso

Last synced: 18 Apr 2026

https://github.com/rodrigocarrico01/api_refund

API para reembolso.

multer prisma sqlite typescript

Last synced: 18 Apr 2026

https://github.com/butterscotchstallion/ez-job-compare

React site to compare jobs using Flask and sqlite3

flask materialui python3 react sqlite typescript

Last synced: 04 Apr 2026

https://github.com/wyofalcon/huminloop

HuminLoop — ADHD-friendly AI-powered knowledge capture for developers. Screenshot, annotate, get coding prompts. Electron + Gemini 2.5 Flash. Windows & Linux.

adhd ai cross-platform electron gemini huminloop knowledge-management linux postgresql productivity screenshot sqlite windows

Last synced: 18 Apr 2026

https://github.com/degisew/security_alert

Secure Alert is a web application designed to enhance the security of user accounts by providing real-time monitoring of login activities, detecting unusual login patterns, tracking device information, and notifying users through security alert emails, similar to Gmail's security alerts.

apache-pulsar django neo4j python sqlite

Last synced: 18 Apr 2026

https://github.com/xeqlol/musicql

graphql api endpoint based on sqlite sample database

graphql nodejs sequelize sqlite

Last synced: 05 Apr 2026

https://github.com/whosonfirst/go-whosonfirst-sqlite-markdown

There are many Markdown tools. This one is ours, for indexing things in SQLite.

golang markdown sqlite whosonfirst

Last synced: 05 Apr 2026

https://github.com/theognis1002/django-playground

Test and experiment with Django ORM, third party packages, etc.

django django-rest-framework postgresql sqlite

Last synced: 05 Apr 2026

https://github.com/luiz-trindade/fastapi_auto_routes

⚡ FastAPI Auto Routes — a smart CRUD & Auth generator for SQLModel 🚀 It builds secure, cache-powered REST APIs 🔒 with login, token-based auth 🪪, and async concurrency ⚙️. Cut boilerplate, boost productivity, and ship production-ready backends fast ⚡🔥

api-generator async asyncio auth backend backend-development caching concurrency crud fastapi jwt microservice pydantic python rest-api scalable-api sqlite sqlmodel sqlmodel-crud token-based-auth

Last synced: 18 Apr 2026

https://github.com/inbo/grtsdb

Spatially balanced sampling based on the General Randomized Tessellation Stratified (GRTS) using R and SQLite

grts r r-package r-stats sampling sampling-methods sqlite

Last synced: 19 Apr 2026

https://github.com/elazzouzihassan/advanced_databases

This repository contains advanced database concepts and examples, with a specific focus on Oracle Database.

advanced-database db oracle oracle-database sql sqlite

Last synced: 19 Apr 2026

https://github.com/mearman/cascade

Cross-platform cloud storage filesystem client in Rust: on-demand file access, nested .cascade config with directory-walk precedence, offline pinning, policy-driven lifecycle, P2P block sync, and multi-backend support. Native platform APIs (FSKit on macOS, ProjFS on Windows, FUSE on Linux) with NFS/WebDAV fallback, no kernel extensions.

cloud-storage cross-platform file-provider file-sync filesystem fskit fuse google-drive nfs on-demand p2p projfs rust s3 sqlite tokio virtual-filesystem webdav

Last synced: 16 Jun 2026

https://github.com/sureshbeekhani/chat-with-postgres-sql

This Streamlit app enables users to query a MySQL database using natural language. It translates questions into SQL, executes them, and returns the results in plain language. Powered by LangChain and Groq, the app makes database querying simple for non-technical users.

ai chatbot langchain sql sqlite streamlit

Last synced: 19 Apr 2026

https://github.com/armintalaie/vigilant

A self-hostable error logging event service

docker go grpc kafka sqlite sveltekit wails

Last synced: 19 Apr 2026