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/shijbey/drolta_py

A logic programming-inspired SQLite query language for simplified and composable queries in Python

database python query-builder query-engine sqlite sqlite3

Last synced: 26 Feb 2026

https://github.com/ninomiquelino/advanced-auth-system-angularjs

Sistema completo de autenticação moderna implementando WebAuthn/Passkeys, JWT e CSP em Angular e Node.js

angularjs cors csp helmetjs javascript jwt jwt-authentication jwt-token node-js nodejs sqlite typescript webauthn

Last synced: 26 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/aanand058/library-ios-and-android-app

Library Management Mobile Application

cross-platform csharp sqlite xamarin

Last synced: 10 Feb 2026

https://github.com/thulin82/tournament_bet

Tired of making tournament betting exercises in Excel for every major football tournament?

football php sqlite

Last synced: 11 Feb 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/jozpedro23zx/student-portal

A NestJS application with DDD architecture

class-validator ddd nest nestjs postgresql sqlite typescript

Last synced: 27 Feb 2026

https://github.com/r94oliveira/proffy-discovery

Projeto desenvolvido durante a Next Level Week, realizada pela Rocketseat em Agosto de 2020.

css html js nunjucks sqlite

Last synced: 12 Feb 2026

https://github.com/neclor/news-aggregator

Aggregates news from RSS feeds, websites, and Telegram channels. Includes a web UI, REST API, and Telegram bot. https://news.neclor.com

fastapi news-aggregator python sqlite

Last synced: 02 Jun 2026

https://github.com/rgolubtsov/customers-api-proto-lite-spring-boot

A Spring Boot-based application, designed and intended to be run as a microservice, implementing a special Customers API prototype with a smart yet simplified data scheme.

customers docker java json microservice rest-api spring-boot sqlite

Last synced: 28 Feb 2026

https://github.com/lucasbecker/proffy

Projeto desenvolvido durante a Next Level Week #2 da Rocketseat utilizando React, React Native, Expo e NodeJS.

api-restfull knex node react react-native sqlite typescript

Last synced: 16 Apr 2026

https://github.com/paultheal1en/musicstreaming

Music streaming app - Final project for Network Programming (NT106.022.ANTT) by Group 2. Built with .NET, Golang, SQLite 3, and Bunifu Framework. Features music playback, playlists, search, rankings, and shared video rooms.

audio-player bunifu-framework dotnet golang music-streaming network-programming playlist sqlite video-chat

Last synced: 16 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/szj2ys/sqlstar

✨ Awesome databases framework that shines ✨

database mysql python sqlite sqlite3

Last synced: 28 Feb 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/wux1an/bufinsert

An enhancement for gorm bulk insert. This can help you save the data to the buffer first, and then insert the all data in the buffer into the database when the buffer is full.

batch-insert buffer-insert bulk-insert database gorm sqlite

Last synced: 18 Apr 2026

https://github.com/theluqmn/litecheck

Make inquiries on your SQLite database using Llama 3.1 8b, locally, using Ollama.

24hour-challenge database llama3-1 ollama python sqlite

Last synced: 15 Feb 2026

https://github.com/craftamap/shopping-list

A shopping list app built with go and vue

go golang sqlite vue

Last synced: 02 Apr 2026

https://github.com/ck3mp3r/context

Task management and knowledge tracking system with git-based sync, built for AI-assisted workflows

ai-agents leptos mcp rest-api rust self-hosted sqlite task-management wasm websocket

Last synced: 02 Mar 2026

https://github.com/luiizsilverio/happy-back

Back-end da aplicação Happy (web e mobile), desenvolvido em Node (NLW03)

cors multer nlw nodejs rocketseat sqlite typeorm yup

Last synced: 16 Apr 2026

https://github.com/mauretto78/db-importer

Db Importer is a library that allows you to import data in your database with very low effort

db dbal import mysql sqlite

Last synced: 16 Apr 2026

https://github.com/zolppy/contextus

Trabalho de Conclusão do Curso (TCC) de Licenciatura em Computação do Instituto Federal da Bahia (IFBA), Campus Jacobina.

groq-cloud ifba langchain llm plataforma-nilo-pecanha python sqlite streamlit tcc text-to-sql

Last synced: 02 Jun 2026

https://github.com/edummorenolp/nodejs-injecciondedependencias

Este proyecto es una API RESTful para la gestión de tareas, desarrollada con Node.js y SQLite (o MySQL, dependiendo de la configuración elegida). Permite realizar operaciones CRUD (Crear, Leer, Actualizar, Eliminar) sobre tareas.

mysql nodejs sqlite

Last synced: 16 Apr 2026

https://github.com/hasanyahya101/pacman_sfml

Pacman game created in C++ and SFML, and uses Sqlite3 for Database. All, rights to the Sqlite3 (Amalgamation) files and SFML files go to them and them alone. The code contains a First Version, which is not efficient and uses Grids and Second Version, which is efficient. This project is also OOP and ISE subjects Semester Projects for Fast Nuces Lhr.

c cpp fast ise lhr nuces oop pacman sfml sqlite

Last synced: 20 Apr 2026

https://github.com/joaosantossgp/analisys

Local-first Windows desktop financial data tool for Brazilian public companies, built with Python, SQLite, pywebview, and Vite.

brazilian-market cvm data-pipeline desktop-app equity-research financial-data python pywebview sqlite vite windows

Last synced: 02 Jun 2026

https://github.com/maximebrusselle/gitlabplanner

A project to more efficiently plan gitlab sprints

astrojs clerkjs daisyui drizzle-orm reactjs sqlite tailwindcss

Last synced: 16 Apr 2026

https://github.com/kalebers/weather_app

Side project intended to learn more about APIs with a Web Weather Checker

alpinejs api app html javascript python sqlite weather

Last synced: 16 Apr 2026

https://github.com/matheussandi/entrega-epi

Cadastro de funcionários, epis (equipamento de proteção individual) e a entrega da epi.

nodejs sqlite typeorm typescript

Last synced: 16 Apr 2026

https://github.com/bodix/unisqlite

SQLite database editor for Unity based on ScriptableObjects

sqlite sqlite-database unity unity3d

Last synced: 16 Apr 2026

https://github.com/lotharingie88/gestexp

Application Delphi/Pascal avec bd Sqlite et Mysql , multiperipherique en FMX et Firedac, de gestion d une exploitation agricole

delphi mysql pascal sqlite

Last synced: 01 Apr 2026

https://github.com/ahmad-masud/research-grant-council-database

A Database made for tracking grant competitions for research proposals.

database jupyter-notebook python sqlite

Last synced: 17 Apr 2026

https://github.com/tdjr007/node-backend

Collection of 3 beginner projects with node and express.js

docker docker-compose expressjs javascript jwt-auth migrations nodejs npm postgresql prisma-orm sqlite

Last synced: 02 Apr 2026

https://github.com/nikonych/lumoria

Modern movie database application with social features built with Laravel and Livewire

alpine-js cinema laravel livewire movie-database php sqlite tailwindcss webapp

Last synced: 02 Apr 2026

https://github.com/framersai/sql-storage-adapter

Universal SQL storage manager for cross-platform builds.

database-management mobile sql sqlite

Last synced: 02 Apr 2026

https://github.com/gobbyai/gobby-cli

Rust CLI tools for AI-assisted development. AST-aware code search with tree-sitter + FTS5, and a YAML-configurable output compressor with 28 built-in pipelines. >90% token savings. Part of Gobby, works standalone.

ai-agents ai-coding-assistant ai-pair-programming ast claude-code cli code-search dependency-graph developer-tools fts5 gobby llm neo4j output-compaction rust sqlite symbol-navigation token-optimization tree-sitter yaml

Last synced: 06 Jun 2026

https://github.com/gadgeski/fieldinventorylite

A project to make inventory management easier

sqlite swift

Last synced: 17 Apr 2026

https://github.com/juliorom/pokemon-api-flask

Este proyecto es una API en Flask para gestionar Pokémon, sus tipos y usuarios con favoritos. Incluye una interfaz admin, endpoints REST y scripts de carga inicial de datos.

flask flask-admin flask-bcrypt flask-login flask-migrate flask-sqlalchemy flask-wtf flask-wtforms pipenv python3 sqlite

Last synced: 17 Apr 2026

https://github.com/darioalbor/challengepokemon

Select your favorite Pokémon and participate in exciting strategic battles! 🚀

material-ui nestjs pokemon reactjs sqlite typeorm

Last synced: 30 Apr 2026

https://github.com/wannacry081/notehub-django

NoteHubAPI is a Django-based API for team note management. It offers user authentication, team handling, and note creation. It supports Swagger and Redoc for developer-friendly documentation.

django django-rest-framework drf-yasg python sqlite

Last synced: 30 Apr 2026

https://github.com/jayexdesigns/free-games-notifier

Desktop app that notifies you when a free game is available

rust sqlite tauri webscraping

Last synced: 17 Apr 2026

https://github.com/morethanmin/closegallery

OpenGallery Clone Project using django

django jquery sqlite swiper

Last synced: 17 Apr 2026

https://github.com/stephsako/movie-api

Projet GLPOO 3A - Traduire une pseudo-requête en requête SQL, puis transformer le ResultSet sous format JSON

api java javadoc jdbc json software-engineering sqlite

Last synced: 17 Apr 2026

https://github.com/growupanand/sqlite-python-module

Python module to mange sqlite easily.

module python sqlite

Last synced: 30 Apr 2026

https://github.com/alxmart/m23_app_todolist

App de Lista de Tarefas, desenvolvido no módulo "Banco de Dados no Android" da Mentoria Profissão Desenvolvedor Android, da CODANS (By Jamilton Damasceno).

activities adapter android android-app database kotlin kotlin-android recyclerview recyclerview-adapter sqlite

Last synced: 17 Apr 2026

https://github.com/pranjalco/flask-coffee-and-wifi

A Flask web app where users can register, log in, add new cafes, view cafes, and bookmark favorites. Users must log in to bookmark or unbookmark cafes. The app features flash messages for errors and database-backed storage with relationships between User, Cafe, and Bookmark tables.

authentication authorization-backend backend-development bootstrap flask flask-application flask-login flaskwtf jinja python sqlalchemy sqlite webdevelopment wtforms

Last synced: 17 Apr 2026

https://github.com/camesine/sistema-ventas

Sistema de ventas basico C# Sql compact .NET

c-sharp sqlite windows-forms

Last synced: 17 Apr 2026

https://github.com/andreoneti/omni-loggers

omni-logger to create 'sqlite' file to save all logs, generate a local file to put the logs.

api database db log logger rest rest-api sqlite

Last synced: 17 Apr 2026

https://github.com/queelius/chartfold

Patient-facing tool for consolidating personal health data from multiple EHR systems into a single SQLite database

cda ehr epic fhir health-data longecho-ecosystem medical-records meditech personal-health python sqlite

Last synced: 03 Apr 2026

https://github.com/josepavese/needlex

Local-first runtime that compiles noisy web pages into verified high-signal context for AI agents

ai-agents context-engineering golang local-first mcp retrieval sqlite web-scraping

Last synced: 25 Apr 2026

https://github.com/letruxux/ashortener

literally just... a shortener 🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣

elysiajs shortener sqlite url url-shortener

Last synced: 04 Apr 2026

https://github.com/quangdang46/grove

An autonomous AI development loop for Claude Code, Codex that plans, executes, and iterates on your tasks automatically — letting you complete complex workflows with a single command.

beads claude-code cli codex-cli developer-tools loops orchestration rust sqlite

Last synced: 04 Apr 2026

https://github.com/flngsquirrl/littlelemononboarding-rn

Capstone project for Meta React Native Specialization on Coursera

asyncstorage expo react-native sqlite

Last synced: 17 Apr 2026

https://github.com/tarun-upadhyay/octalogic_tech_ass

The goal is to design and provide users with a form that collects the user information and data about the vehicle to rent and the dates on which the vehicle is rented.

aiven-cloud contextapi css3 express-js github hooks-api-react html5 nodejs-server reactjs render sequelize-orm sqlite tailwindcss vercel-deployment

Last synced: 04 Apr 2026

https://github.com/eltonsantos/proffy

Projeto desenvolvido no evento Next Level Week #2 promovido pela RocketSeat.

expo express express-js expressjs javascript node node-js nodejs react reactjs sqlite typescript vscode

Last synced: 04 Apr 2026

https://github.com/danilomeneghel/crud-python-django

CRUD Complete - Python and Django

bootstrap css django js python scss sqlite

Last synced: 04 Apr 2026

https://github.com/filiprokita/chatterbox

Chatterbox is a simple web-based chat application designed for real-time messaging. It features user authentication, message handling, and a responsive user interface.

bootstrap chat chat-application css docker flask html javascript js messenger python real-time-messaging sql sqlalchemy sqlite user user-authentication web-development websockets

Last synced: 04 Apr 2026

https://github.com/rostam-sodagari/backup-pilot

A cross-platform CLI utility for backing up and restoring multiple databases with pluggable storage backends.

backup-script backup-tool database database-backup database-backup-scripts mongodb mysql sqlite

Last synced: 04 Apr 2026

https://github.com/streambinder/foedus

Self-hosted web app for wedding logistics: landing site, per-guest invitations, RSVP, collaborative Spotify playlist, gift registry, AI Q&A chatbot.

ai-chatbot fiber gift-registry go rsvp self-hosted spotify sqlite templ web-app wedding

Last synced: 03 Jun 2026

https://github.com/macktb/simple-banking-system

Simple banking system using JDBC API, SQLite database and Luhn algorithm to validate credit card.

jdbc-api sqlite

Last synced: 17 Apr 2026

https://github.com/gokul988/student-mark-management-in-django

This is a Django-based Student Mark List management system where users can add, view, update, and delete student marks in year and department wise.

css django django-application html javascript python-framework sqlite sqlite3

Last synced: 17 Apr 2026

https://github.com/kaicianflone/consensus-local-mcp-board

Local-first MCP runtime for multi-agent consensus guard workflows. AI code review, weighted voting, HITL approval gates, full observability — all on SQLite.

ai-agents code-review consensus guard human-in-the-loop mcp openai sqlite typescript workflow-engine

Last synced: 04 Apr 2026

https://github.com/zoff99/sorma2

Simple ORM(Android) based on https://github.com/maskarade/Android-Orma

android desktop generator java jdbc jvm linux macos orm sqlcipher sqlite windows

Last synced: 18 Apr 2026

https://github.com/biancodavide3/festival

This web application manages a single annual music festival taking place over one weekend (Friday to Sunday), in Turin.

flask flask-login python sqlite website

Last synced: 18 Apr 2026

https://github.com/danielemidio1988/to-do-list-backend

Projeto 'To-Do-List' é uma API de gestão de tarefas de uma empresa.

git node-js sqlite typescript

Last synced: 04 Apr 2026

https://github.com/meezaand/laravel-product-management

A Laravel application for managing products, including features for creating, editing, and deleting products, as well as managing their details such as name, price, description, and stock quantity.

laravel php reactjs sqlite tailwindcss

Last synced: 04 Apr 2026

https://github.com/jefferson-gbarbosa/api-pass-in

O pass.in é um aplicativo de gestão de participantes em eventos presenciais que foi desenvolvido no NLW Unite da Rocketseat

cors dayjs fastify nodejs prisma sqlite typescript zod

Last synced: 04 Apr 2026

https://github.com/02siri/burritoking

Food Ordering GUI Desktop Application

java javafx-gui jdbc-driver jdk junit scenebuilder sqlite

Last synced: 18 Apr 2026

https://github.com/luccasscds/run-script-turso

Aplicativo para rodar script no banco noSQLite do Turso.

electron sqlite

Last synced: 18 Apr 2026

https://github.com/karthikmprakash/quick-notes

A note-taking web-app that handles multiple user and notes database.

bootstrap css database flask heroku html javascript notes python requests sqlite

Last synced: 04 Apr 2026

https://github.com/marlo22/mime-api

Simple REST API to searching MIME types.

api express mime mime-type mime-types node nodejs rest rest-api restful sqlite type

Last synced: 04 Apr 2026

https://github.com/andresilveira1/food-explorer-api

A Rest API build with Node.js to a fictitious restaurant.

express javascript knex nodejs sqli sqlite sqlite3

Last synced: 04 Apr 2026

https://github.com/cronware/modbus-mqtt-data-logger-dashboard

Industrial Sensor Data Logger & Dashboard is a WinForms application that collects, logs, and visualizes sensor data from MQTT and Modbus sources. It supports real-time monitoring, data logging to SQLite, threshold-based alerts, and CSV export for analysis.

alerts csharp csv iot livecharts logging modbus mqtt sqlite winforms

Last synced: 18 Apr 2026

https://github.com/charles-dr/contacts-server

Node API for contact management

expressjs nodejs sql sqlite typescript unit-testing

Last synced: 04 Apr 2026

https://github.com/gabrielcenteiofreitas/estudos-rocketseat-nlw15_unite-trilha_nodejs

Projeto de um pass.in, uma aplicação de gestão de participantes em eventos presenciais, desenvolvido durante o evento "NLW Unite" da Rocketseat na Trilha NodeJS.

fastify node nodejs prisma sqlite typescript zod

Last synced: 04 Apr 2026

https://github.com/remcostoeten/simple-task-ui

A monorepo for rollyourownauth—an application demonstrating how to build custom authentication, paired with a feature-rich dashboard. Includes documentation and modular, framework-agnostic features.

authentication fumadocs jwt monorepo nextjs15 postgresql react scalable sessions sqlite

Last synced: 04 Apr 2026

https://github.com/ksh168/django_blog

Blog website made using Django and deployed on PythonAnywhere. Uses sqlite3 as database

django pillow python pythonanywhere sqlite

Last synced: 18 Apr 2026

https://github.com/embmeals/homelabbackend

Homelab monitoring dashboard — .NET 10, Hangfire, HTMX, Chart.js

dashboard dotnet hangfire homelab htmx infrastructure monitoring razor-pages self-hosted sqlite

Last synced: 18 Apr 2026

https://github.com/paperfoot/invoice-cli

Beautiful invoices from the CLI — international, stateful, agent-friendly

agent-cli-framework agent-friendly billing cli gst invoice multi-currency pdf rust sqlite typst vat

Last synced: 18 Apr 2026

https://github.com/kathleenwest/usermanagementwebapidemo

This repository contains a simple User Management Web API built with ASP.NET Core. The API provides CRUD operations for managing user data, including creating, retrieving, updating, and deleting users. The project uses Entity Framework Core with SQLite as the database provider and includes comprehensive unit tests.

asp-net-core coding-challenge coding-interview crud-application csharp csharp-app csharp-code demo demo-app entity-framework-core live-website middleware sqlite swagger unit unit-test unit-testing unit-tests user-management-system web-api

Last synced: 18 Apr 2026

https://github.com/pedrohvfernandes/api-micro-saas-todo-stripe

Ferramenta simples de todo, onde o usuário tem o plano free e o plano de 9 reais onde ele pode cadastrar ilimitadas tarefas

bun eslint husky prisma sqlite stripe typescript webhook

Last synced: 18 Apr 2026

https://github.com/null-none/db2json

This client dumps all* the tables in an sqlite database as json.

database json sqlite sqlite3

Last synced: 18 Apr 2026

https://github.com/jack970/yt_download_flutter

Application developed with flutter. This app loads a listview with videos's data in format json and stores in local database with sqflite.

flutter sqlite video-streaming

Last synced: 18 Apr 2026

https://github.com/ostrynska/gh-projects-manager-api

Express-based backend with SQLite used for storing public GitHub repositories per authenticated user

cors express sqlite sqlite3

Last synced: 18 Apr 2026

https://github.com/wesleyp846/djamgo_conceito_autenticacao

Esta aplicação é um sistema web para cadastro de usuários, implementando autenticação e registro de usuários de forma segura e profissional utilizando o framework Django.

authentication backend bootstrap database django html python sqlite web

Last synced: 05 Apr 2026

https://github.com/tonguyenducmanh/devtools

tổng hợp các tool cần thiết cho dev

go js sqlite tools vite vue wasm

Last synced: 06 Jun 2026

https://github.com/lokkju/claude-session-index

Index, search, and report on Claude Code sessions. SQLite FTS5 database with CLI, MCP server, and TPS skill for work summarization.

claude-code claude-code-plugin cli fts5 mcp session-indexer sqlite

Last synced: 04 Jun 2026