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/wastingnotime/contacts-backend-dotnet

This repository maintain a dotnet/webapi application that is part of "contacts" project, an initiative to explore technologies features.

crud-api dotnet entity-framework migrations sqlite webapi

Last synced: 09 Mar 2026

https://github.com/dbnetlink/dbnetsuitecore2

ASP.NET Core middleware UI components for MVC/Razor views based on HTMX

component csv database excel htmx mariadb mssql mysql postgresql razor spreadsheet sqlite tailwindcss

Last synced: 10 Apr 2026

https://github.com/4thel00z/task-manager

Bash task worker written in Go. Uses redpanda for queues and sqlite for storage. Very fast, and low mem footprint.

cli fast go low-memory low-memory-footprint redpanda sqlite task task-queue

Last synced: 01 Feb 2026

https://github.com/artem-babenko/announcementwebapp

Проект «Оголошення» - це мій перший веб-додаток, який я написав одразу після завершення самостійного вивчення необхідних фреймворків та мов програмування. Основна ідея – це швидке створення та редагування тимчасових оголошень.

asp-net-core csharp css entity-framework-core html javascript middleware rest-api sqlite

Last synced: 10 Apr 2026

https://github.com/abimathi03/android-sqlite-crud-operations-application

This Android application demonstrates the implementation of SQLite database operations, including Create, Read, Update, and Delete (CRUD).

android-application android-studio crud-operation database sqlite

Last synced: 04 May 2026

https://github.com/ajianaz/uteke

🧠 The Brain for Your AI — Persistent memory & smart context management for AI agents. Rust, 2MB binary, zero config.

ai cli embeddings hnsw local-first memory rust sqlite vector-database

Last synced: 01 Jun 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/delabon/video-proccessing-mvp

A minimal Laravel app that accepts video uploads and generates lower-resolution variants (e.g., 4K -> 2K, 1080p, 720p, 480p).

ffmpeg horizon laravel livewire php sail sqlite tailwind telescope

Last synced: 24 Jan 2026

https://github.com/maheshkumar-novice/microblog

Code along Microblog web app with Flask

flask forms html python sqlalchemy sqlite

Last synced: 07 May 2026

https://github.com/pankajsagvekar/auraspring

AuraSpring is a Flask-based web application built to support individuals experiencing Seasonal Affective Disorder (SAD) during the spring season. Designed with mental wellness in mind, AuraSpring provides a calming space to track moods, interact with an AI companion, and access curated springtime mental health resources.

flask python sqlite tailwindcss

Last synced: 28 Jan 2026

https://github.com/laggykiller/sqliteseecli

Encrypt / Decrypt SQLite database with SQLite Encryption Extension

aes-128 aes-256 aes-encryption cli sqlite sqlite-encryption-extension sqlite3 sqlitesee xojo

Last synced: 17 Aug 2025

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/danwt/coil

Structured memory for AI coding agents. Typed schemas, structured queries, utility scoring — an MCP server that makes agents remember what actually matters.

ai-agents bun claude-code developer-tools llm-tools mcp mcp-server memory sqlite typescript

Last synced: 24 Feb 2026

https://github.com/dorukeskicorapci/banking-app

Banking App is a Python application designed to manage user access and handle transactions using an SQLite database.

database filewriter sqlite

Last synced: 16 Mar 2026

https://github.com/rfabreu/u-develop-it

This repository contains the back end for U Vote It, a voting application for a local developer meetup group called U Develop It.

database express javascript mysql nodejs sql sqlite

Last synced: 10 Apr 2026

https://github.com/robsonsilv4/meu-contador

:iphone: Trabalho final da disciplina de Desenvolvimento Mobile

android java room sqlite

Last synced: 07 May 2026

https://github.com/wareflowx/excel-to-sql

A powerful CLI tool and Python SDK for importing Excel files into SQLite databases with advanced data transformation, validation, and quality profiling.

cli excel python sql sqlite

Last synced: 29 Jan 2026

https://github.com/mateusfs99/planner-api

Node.js API of Planner application.

fastify node-js prisma sqlite

Last synced: 25 Feb 2026

https://github.com/zigzag1001/poggersbotv2

A simple, self hosted discord music bot with a web interface

bot discord discord-bot discord-py flask mysql poggers sql sqlite web-interface webui youtube youtube-dl yt-dlp

Last synced: 09 Apr 2026

https://github.com/aszurar/dtmoney-back

O objetivo desse projeto é começarmos a usar micro-frameworks para criação de APIs Rest, e entendermos como podemos aplicar os conceitos básicos de APIs com essas ferramentas.

fastify javascript knex knexjs node nodejs postgres postgresql sqlite sqlite3 typescript

Last synced: 15 Apr 2026

https://github.com/zrnik/mksql

MkSQL is my own DBAL and ORM i wrote before i knew that much better ORMs and DBALs already existed...

dbal mysql orm php sql sql-tables-autoupdater sqlite tracy-panel

Last synced: 18 Apr 2026

https://github.com/gopalverma1303/homeease

The household services management web application for customers, professionals, and administrators.

bootstrap chartjs css flask html javascript jinja python sqlal sqlite

Last synced: 15 Apr 2026

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/sashka11111/construction-calculator

An application for calculating the cost of building materials.

atlantafx hikaricp javafx maven sqlite

Last synced: 09 Apr 2026

https://github.com/kbrault/twitter_clone

Mini Twitter clone from a Rust learner. Probably many things to improve. Actix/SQLite and Javascript Vanilla

actix-web api javascript rust sqlite

Last synced: 09 Apr 2026

https://github.com/imkrishsub/filefolio

A privacy-first document organization tool that uses local AI to automatically categorize, tag, and rename your PDF files. All processing happens on your machine with Ollama, keeping your documents completely private.

ai document-management fastapi local-first ocr ollama pdf privacy python sqlite

Last synced: 15 Apr 2026

https://github.com/turskyi/sqlitecontentprovider

This project demonstrates how to implement SQLite and Content Provider in an Android application. It includes a screen to display a list of items (cats) and another screen to add new records (new cats). Ideal for educational purposes and as a reference for using SQLite instead of other database libraries like “Room”.

android contentprovider contentresolver database educational kotlin sampleproject sqlite

Last synced: 18 Apr 2026

https://github.com/caball-ero/passanova

PassaNova is a full-featured password manager built with Python and Flask, designed for secure credential storage and retrieval. It emphasizes strong encryption, robust authentication, and modern web practices to ensure data protection and ease of use

aes-gcm argon2 flask html jinja pbkdf2 python sqlite

Last synced: 07 May 2026

https://github.com/gabrielborgesdm/guests-app

Small project created alongside a Kotlin Mobile tutorial

crud kotlin-android mvvm-architecture recyclerview sqlite

Last synced: 19 Apr 2026

https://github.com/danceaway-app/vcpkg

Collection of libraries used in DanceAway projects

react-native sqlite sqlite-vec vcpkg

Last synced: 13 Jun 2026

https://github.com/csipa0723/monday

Made an electron app with react, typescript and SQLite for vocational training in software development.

electron-app electronjs reactjs sqlite typescript

Last synced: 15 Apr 2026

https://github.com/nixliuxin/tieba-time-machine

百度贴吧时光机 - 全量归档与本地阅读工具 | Archive entire Baidu Tieba forums and read them offline

archive baidu digital-archiving fastapi offline-reader preservation react scraper sqlite tieba

Last synced: 20 Jun 2026

https://github.com/dreygur/knot

Persistent memory pool MCP server — eliminate Context Rot. BLAKE3-verified knowledge graph for Claude.

ai-tools blake3 claude knowledge-graph mcp mcp-server memory rust sqlite

Last synced: 21 Jun 2026

https://github.com/nemr0/db_inspector

A Monorepo UI Inspector aimed to view any db content in a flutter project

dart database flutter hive hivedb sqflite sqlite

Last synced: 31 Jan 2026

https://github.com/cataliniuga/squi

A web SQLite GUI, inspired by Prisma Studio and Drizzle Studio. Built with .Net Core 7 and Vue3.

dotnet-core mysql sql sqlite vue3

Last synced: 15 Apr 2026

https://github.com/vilhalva/temperaturas-com-beeware

👨‍🏫CONVERSOR DE TEMPERATURAS EM CELSIUS, FAHRENHEIT E KELVIN COM BEEWARE E SQLITE.

aplicativo beeware codigo database framework interface matematica projeto python sqlite

Last synced: 09 Apr 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/formtrix/sql-essentials

SQL Queries

sql sqlite

Last synced: 10 Nov 2025

https://github.com/abduznik/filament-tracker

Tracks 3D printing filament inventory and usage with a React+Vite frontend and Node.js/SQLite backend, containerized for easy self-hosting.

3d-printing backend docker javascript nodejs react sqlite tools

Last synced: 01 Feb 2026

https://github.com/danieljustus/symaira-seek

Local-first, CGO-free document retrieval for AI agents with hybrid BM25+vector search

ai-agents document-retrieval fts5 go mcp semantic-search sqlite

Last synced: 21 Jun 2026

https://github.com/ashishsalunkhe/text2sql

Natural language interface for querying clinical data. This project uses Retrieval-Augmented Generation (RAG) with GPT-3.5 to translate user questions into SQL over a subset of the MIMIC-III dataset, enabling clinicians and researchers to extract insights without SQL knowledge.

clinical-data datascience gpt3 healthcare llm mimic-iii rag retrieval-augmented-generation semantic-search sql-generation sqlite streamlit text-to-sql

Last synced: 15 Apr 2026

https://github.com/mahutt/concordiadirectory

A Concordia University Faculty Search Engine

express react sqlite tailwind typescript

Last synced: 02 Feb 2026

https://github.com/abombalemba/CRUD-API-Go

CRUD REST API

golang sqlite

Last synced: 12 Aug 2025

https://github.com/patricksferraz/pinned-menu

A high-performance menu management system built with Go, featuring real-time updates, multi-database support, and a modern API architecture. Perfect for restaurants and food service businesses.

api backend clean-architecture docker fiber go golang gorm kafka kubernetes menu-management microservices open-source postgresql rest-api restaurant-management sqlite swagger web-development

Last synced: 09 Apr 2026

https://github.com/mollycarroll/serapis-rocks

A website for a local St. Louis rock band, with show dates, videos, music and more.

bulma-css django python sqlite

Last synced: 15 Apr 2026

https://github.com/sutandojs/schema-inspector

Utility for extracting information about existing database schema

mysql postgresql schema sqlite sutando

Last synced: 26 Feb 2026

https://github.com/gokul988/bike-details-in-django

This is a Django-based Bike Entry Form that allows users to add bike details into a database.

css css-animations database djan django-application django-project html javascript python sqlite sqlite3

Last synced: 09 Apr 2026

https://github.com/07rinat07/fastapimyapp

fastapimyapp

fastapi python3 sqlite

Last synced: 15 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

aws java spring sqlite

Last synced: 09 Apr 2026

https://github.com/aleroxac/goexpert-api

API criada durante modulo de APIs do treinamento GoExpert da FullCycle

api fullcycle go go-chi goexpert golang jwt middleware sqlite swag swagger test unit-test

Last synced: 15 Apr 2026

https://github.com/fayfan/arkbites

Arkbites is website with tools for helping players of the mobile game Arknights. Players can create an account to track their operators & materials, make squads with their operators, & favorite their operators.

alembic beautifulsoup flask html-css postgresql python react redux sqlalchemy sqlite

Last synced: 09 Apr 2026

https://github.com/alyssahusna44/cafe-booking-mobileapp

A cafe system mobile application built using Flutter & Dart with SQLite as the local database. It allows customers to browse menu items, book tables, and make payments, while admins can manage bookings and menu items. 📱

dart flutter sqlite

Last synced: 18 Apr 2026

https://github.com/guilherme006/payup

PayUp é um aplicativo iOS para organizar cobranças de clientes. O app permite cadastrar clientes, registrar valor e data de cobrança, listar lançamentos por dia, calcular recebimentos do dia e agendar lembretes locais para cobranças recorrentes.

autolayout sqlite swift uikit usernotifications xcode

Last synced: 01 Jun 2026

https://github.com/muza-music/muza-metadata-server

An audio files metadata API server for the Muza project

cqrs cqrs-pattern graphql grapql-server music sqlite

Last synced: 10 Aug 2025

https://github.com/kta136/salarymanager

WPF + .NET 10 + EF Core/SQLite payroll manager. Tracks employees, attendance, advances, and generates payroll PDFs/Excel + ICICI bulk-payment files.

closedxml dotnet ef-core mvvm payroll questpdf sqlite wpf

Last synced: 10 Jun 2026

https://github.com/dynle/raspi-inventory-management-system

Inventory management system using Raspberry Pi camera module with YOLOv8 for product detection, face recognition for person identification, Django for server, and SQLite for DB

inventory-management-system raspberry-pi sqlite yolo

Last synced: 26 Feb 2026

https://github.com/fahmiaziz98/sql_agent

build sql agent using different pattern rag/self-correction/optimization

agent bigquery langchain sql sql-agent sqlite toolkit

Last synced: 09 Feb 2026

https://github.com/liraymond04/rz-list

rz-list is an ASP.NET Core Blazor web application for tracking your reading list of novels

asp-net-core blazor blazor-server csharp dotnet dotnet-core entity-framework-core ms-sql-server mudblazor sqlite

Last synced: 10 Feb 2026

https://github.com/yunusemrejr/android-app-register-login-sqlite

Android app that has a login, register and target page included. SQLite stores the information locally.

android app java login register sqlite

Last synced: 09 May 2026

https://github.com/07rinat07/pytest_course

pytest_course

pytest python3 sqlite

Last synced: 16 May 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/csvidit/repairshop

A car repair shop app for Android

android android-app app sql sqlite

Last synced: 08 May 2026

https://github.com/devzgabriel/chatty

A support chat application focused on the backend to study HTTP requests, web sockets, databases, migrations and all Node.js architecture

chat http nodejs socket-io sqlite typeorm typescript websocket

Last synced: 08 May 2026

https://github.com/cralfa/jdbc-sqlite

Sample for creating and accessing SQLite database files in Java

batch-file java jdbc maven sqlite

Last synced: 08 May 2026

https://github.com/xerx81/tentips

A web app made using flask framework which contains ten tips from a large library of books.

flask html-css-javascript python sqlite webapp

Last synced: 08 May 2026

https://github.com/matheusadc/recomendai

O Projeto visa a criação de uma Rede Neural Multilayer Perceptron (MLP) para recomendações nutricionais a partir de dados extraídos de um exame de sangue.

bootstrap5 flask keras-tensorflow machine-learning python sqlite

Last synced: 27 Feb 2026

https://github.com/kganitis/incident-recorder

RESTful API for recording and managing medical incidents, developed as an assignment for the course 'Medical Informatics' of an M.Sc Program on Informatics.

api-rest asp-net-mvc csharp entity-framework sqlite swagger

Last synced: 11 Feb 2026

https://github.com/yogyy/fool-translations-api

novel collection api

bun hono lucia-auth oslo sqlite

Last synced: 08 May 2026

https://github.com/jmgogo/api-testing

Express server with various API endpoints for testing 🧪💥🤓

api cookie-session curl devcontainer express javascript postman sqlite

Last synced: 12 Feb 2026

https://github.com/rafielharake/portfolio-website

A Dynamic portfolio website created with umbraco

dotnet sqlite umbraco

Last synced: 16 Apr 2026

https://github.com/danpoynor/django-restaurant-website-demo

Basic restaurant website created with Django that allows customers to view the menu, learn more about the restaurant, and make a reservation. Admin area allows creating new dishes for the menu and viewing reservations.

demo-app django-framework sqlite

Last synced: 08 May 2026

https://github.com/yaroslaff/sqlgrep

grep in SQL (mariadb/mysql/postgresql/sqlite3/...) database tables / fields

all field filter find grep like mariadb mysql postgresql regex regexp search select sql sqlite sqlite3 table where

Last synced: 12 Feb 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/dzhaparovbekmamat/todolist

ToDoList is a simple yet powerful task management app designed to help you stay organized and productive. Whether you're managing daily chores, work projects, or personal goals, ToDoList makes it easy to create, track, and prioritize your tasks.

dart flutter riverpod sqlite

Last synced: 02 Apr 2026

https://github.com/daviteixeira-dev/food-explorer-back-end

Development of an API that supports CRUD operations for the dishes of a fictional restaurant, known as foodExplorer. Containing JWT authentication implementation, user data storage, search functionality, development of *endpoints* for handling dishes and other necessary operations.

bcryptjs express express-async-errors javascript knex nodejs nodemon sql sqlite sqlite3

Last synced: 13 Apr 2026

https://github.com/aspeakman/dbtruck3

A relaxed schema-less interface to data tables and stored metadata in an SQLite, PostgreSQL, MySQL or SQL Server database

dbapi2 dumptruck mssqlserver mysql postgres postgresql python sql-server sqlite sqlserver

Last synced: 16 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/butterscotchstallion/cat-chat

Asynchronous chat app with React, sqlalchemy, and FastAPI

fastapi react sqlalchemy-python sqlite typescript

Last synced: 08 May 2026

https://github.com/sanari-dev/alpha-blog

Simple blog app to learn about the basic of development using Ruby on Rails 7.

bootstrap5 integrationtest rails7 sqlite unittest

Last synced: 14 Feb 2026

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/shads06/ace-reg

An Event Registration Application for ACE society from VIPS

ace dot-net event-registration sqlite windows-presentation-foundation wpf-application

Last synced: 30 Sep 2025

https://github.com/genndy007/database-converter

Desktop utility for filling SQLite database, export it to Postgres and MySQL. Written with Python.

mysql orm peewee poetry postgresql pyqt5 python raw-sql rst sqlite

Last synced: 16 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/vanillaiice/itpg

ITPG - Is This Professor Good ? - a platform where students can rate their professors.

api education go golang postgres redis server sqlite

Last synced: 02 May 2026

https://github.com/jonathanfavorite/ragamuffin

A lightweight, cross-platform .NET library for building RAG (Retrieval-Augmented Generation) pipelines with local embedding models and SQLite vector storage. Perfect for developers who need privacy-focused, offline-capable document search and AI-powered question answering without external API dependencies.

ai chunking document-processing dotnet embedding-models fluent-api local-ai metadata ml nlp offline-ai onnx pdf-processing privacy-focused rag retrieval-augmented-generation semantic-search sqlite vector-database vector-search

Last synced: 02 Jun 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