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/jmsdnns/camls

Camls is a project of projects I build while learning Ocaml.

cmdliner dune merlin ocaml sqlite yojson

Last synced: 04 May 2026

https://github.com/marcosviniciusjau/python-redis

This is a API in Python with Redis where its possible to create products, first on SQLite and then save on cache on Redis

python redis redis-cache sqlite

Last synced: 04 May 2026

https://github.com/sa-k1b/rentwise

A Django-based web application for car rental management. RentWise simplifies the process for both dealers and customers, featuring car management, booking requests, email notifications, and real-time updates for a smooth rental experience.

django docker sqlite

Last synced: 04 May 2026

https://github.com/jyothikaprabhakar/onlinelearningplatform

Backend API for an online learning platform similar to Unacademy. This system handles user accounts, courses, live classes, video lectures, tests, educators, subscriptions, and progress tracking.

accounts educators- expressjs live-classes nodejs progress-tracking sqlite subscriptions user-accounts

Last synced: 05 May 2026

https://github.com/sashka11111/cultural-life-of-transcarpathia

Application "Cultural life of Transcarpathia"

atlantafx hicaricp-datasource javafx maven slf4j sqlite

Last synced: 05 May 2026

https://github.com/demon-2-angel/product-customer-acquisition-analysis-using-behaviour

The database encompasses eight tables with varied attributes and rows. Key analyses include product restocking needs, top VIP customers' contributions, and an average customer profit of $39,039.59. Recommendations emphasize strategic marketing to new customers and incentives for existing VIP clients based on acquisition costs and profit insights.

customer-products customer-segmentation data-analysis database sqlite

Last synced: 05 May 2026

https://github.com/emilracz21/lessonapp-android

This is an application designed to manage and display academic schedules. The app allows users to view their lessons for each week, including information on the start and end times, school names, and dates. It also allows users to interact with their schedules and modify personal information, such as their profile and language

android-app android-library android-studio design java lesson-plans lesson-template school sql sqlite ui-design ux-design xml

Last synced: 05 May 2026

https://github.com/vilhalva/login-com-fasthtml

👨‍🏫FORMULARIO DE CADASTRO E LOGIN COM FASTHTML E SQLITE.

database fasthtml framework login projeto python site sqlite

Last synced: 05 May 2026

https://github.com/timothyjan/start-bootstrap-clean-blog

Blog using Start Boostrap Clean template. View posts, register, login, comment and post! Practice with Python, Flask HTML/CSS/Bootstrap, templating with Jinja in Flask, SQLAlchemy/SQLite database, relational databases, password hashing and WTForms.

flask flask-bootstrap flask-ckeditor flask-login password-hashing python relational-databases sqlalchemy sqlite wtforms

Last synced: 05 May 2026

https://github.com/henryleach/store-mqtt-data

A Python 3 script that subscribes to an MQTT broker, and stores the readings into an SQLite3 Database.

iot mqtt python smart-home sqlite

Last synced: 05 May 2026

https://github.com/zephyrusblaze/todo-app

A delightful ToDo app built with Flask, SQLite, HTML, CSS, and JavaScript. Stay organized and manage your tasks efficiently.

flask html-css-javascript python sqlite todolist

Last synced: 05 May 2026

https://github.com/phx/browserintel

Suite of python3 tools including platform-dependent golang binaries to gather browser info from red team exercises

browser cookies cybersecurity golang hacking python3 redteam sqlite sqlite3

Last synced: 05 May 2026

https://github.com/andrepfdev/corno-lendario

Corno Lendário é uma API divertida e leve desenvolvida em Laravel para gerenciar um ranking de cornos.

api artisan eloquent mysql php php8 restful-api sqlite

Last synced: 05 May 2026

https://github.com/camesine/contacts-manager

Java + Android + SQLite + Gradle - Aplicación Android con conexion a Sqlite, login y administracion de contactos.

android gradle java sqlite

Last synced: 05 May 2026

https://github.com/sazardev/clean_stock

The Clean Stock App is a comprehensive solution for managing and tracking stock inventory both online and offline.

api-rest desktop-app flutter flutter-apps flutter-examples mobile-app responsive-design sqlite theme-switcher

Last synced: 05 May 2026

https://github.com/vilhalva/cadastro-de-clientes-com-pyqt

👨‍🏫CRUD DE CADASTRO DE NOME, EMAIL E TELEFONE DE CLIENTES COM PYQT E SQLITE.

aplicativo codigo crud database framework interface projeto pyqt python sqlite

Last synced: 05 May 2026

https://github.com/phamhongphuc1999/userapi

Simple API written by C# interacts with mongodb and mysql

asp-net-core mongodb sql sqlite

Last synced: 05 May 2026

https://github.com/leonardospereira/foodexplorerbackend

Back-End do projeto do Food Explorer. Um app de e-commerce focado em um restaurante de delivery. / Back-End of the Food Explorer project. An e-commerce app focused on a delivery restaurant.

express javascript jwt-authentication knex nodejs sqlite

Last synced: 06 May 2026

https://github.com/tkdeng/gosql

GoSQL is an SQL ORM for the Go programming language. It is intended to add type safety and ease of use to SQL.

database go golang mysql orm sql sql-orm sqlite sqlite3 sqlorm

Last synced: 06 May 2026

https://github.com/andrewgerez/fast-ify

Payment simulations API, where it is possible to view your transactions, your summary, simulate credit gain actions and debit actions. 💳

fastify knex nodejs sqlite

Last synced: 06 May 2026

https://github.com/zahinabrer5/seg2105c-group3-lab3

This is Group 3's work for SEG2105C Lab 3 Databases.

android sqlite

Last synced: 06 May 2026

https://github.com/angus6b23/telegram-membership-card-bot

A telegram bot allows you to save and share membership cards and gift cards with your family or friends

barcode gift-card grammy membership-card qrcode sqlite telegram-bot

Last synced: 06 May 2026

https://github.com/xianyudd/todolist-c-ulfius

A lightweight TodoList web service built with C, Ulfius, and SQLite. Includes REST API, frontend, benchmarking scripts, and performance reports.

c-language sqlite todolist ulfius

Last synced: 06 May 2026

https://github.com/francois-lenne/monitor_device_data

The project goal is to retrieve the activity the time activiy of my mac per appllication and load it in R2 the data lake of Cloudflaire using python

cloudflare data-engineering pandas python r2 sqlite

Last synced: 06 May 2026

https://github.com/halojoy/php-contacts-phone

Phone list for your contacts. Simple and with Sqlite database. Admin login and edit, delete function.

admin city contacts database delete edit phone php setup sqlite

Last synced: 06 May 2026

https://github.com/heliolj/simple-database-in-c

A lightweight SQLite clone written in C that implements B-trees, paging, and basic SQL operations. Educational project demonstrating core database concepts and low-level system programming.

b-tree c database sqlite

Last synced: 06 May 2026

https://github.com/yandex-cloud-examples/yc-web-app-python-flask

Создание веб-приложения на Python с использованием фреймворка Flask в Yandex Cloud.

flask python sqlite vpc yandex-cloud yandexcloud

Last synced: 06 May 2026

https://github.com/tadiusfrank2001/pythonprojects

Compilation of Some Fun Introduction to Python Lab Coding Projects introducing the foundamentals of data science, databases, and pythonlibraries

data data-science databases gamedesign python pythonlibrarires sorting-algorithms sqlite string-manipulation

Last synced: 06 May 2026

https://github.com/nithin-sudarsan/mulesoft-assignment

Assignment to create a database and store out interesting movie names with names of lead actor, actress, year of release and director name and retrieve the details using queries.

mulesoft python sqlite sqlite3

Last synced: 06 May 2026

https://github.com/karol7krawczyk/golang-migrate-tool

Language and framework independent database migrations and scripts for MySQL, Postgres and SQLite. Migration is for people who need to run a bash script before executing SQL code or are looking for migrations that execute processes in scripts

bash docker docker-compose golang migration mysql postgres scripts sqlite

Last synced: 10 Jun 2026

https://github.com/s0fft/capsule-notes

Notes-App — Note-Taking Asynchronous-Project on FastAPI

alembic api-rest asynchronous celery docker flower pydantic pytest python3 redis redoc sqlalchemy sqlite swagger

Last synced: 06 May 2026

https://github.com/takpap/nuxt-rbac-starter

A comprehensive Role-Based Access Control (RBAC) system built with Nuxt 3. This project demonstrates how to implement user authentication, role-based permissions, and a complete admin dashboard

admin-dashboard nuxt prisma rbac sqlite vue

Last synced: 06 May 2026

https://github.com/lb-lewisham/lewisham-commonplaces

pooling together of various lewisham consultations into one sqlite database

data-warehousing datasette sqlite

Last synced: 06 May 2026

https://github.com/ianfelps/sistema_academia

Sistema básico (CRUD) para controle de clientes de uma academia utilizando o Django. Pode ler dados de clientes, incluir novos, editar e excluir.

bootstrap django html python sqlite system

Last synced: 06 May 2026

https://github.com/shinyeeun789/gswm-android

공부 시간 관리 앱 (Get Study With Me)

android android-studio google-map google-places-api java room-database sqlite

Last synced: 07 May 2026

https://github.com/sithira/simple-android-event-manager

A Simple Event manager using android, SQLite and Android Room

android android-room android-room-persistence-library sqlite sqlite-android

Last synced: 07 May 2026

https://github.com/prakash-aryan/microdatawarehouse

MicroDataWarehouse is an ETL pipeline built with Python, PySpark, and SQLite to extract, transform, and load data, with Metabase for data exploration and visualization.

bash metabase pyspark python spark sqlite

Last synced: 07 May 2026

https://github.com/marcus0035/platikrab

A Blazor MAUI Hybrid app for managing volleyball training sessions. Tracks attendance, ensures fair payment distribution based on the sessions/payments ratio, and provides insights. Built with MudBlazor, EF Core, and SQLite.

blazor crossplatform dotnet efcore maui sqlite

Last synced: 07 May 2026

https://github.com/moatazbadawy/mox

Get the latest articles from the best resources

android app-shortcuts glide livedata mvvm notification okhttp3 retrofit rxjava2 sqlite viewbinding

Last synced: 07 May 2026

https://github.com/effectra/sql-query

Effectra/SqlQuery is a powerful database manipulation package for PHP.

manupulation mysql php sql sql-query sqlite syntax

Last synced: 07 May 2026

https://github.com/rickh94/silly-goals

Generic goal tracker, but with sassier default options and customization

actix-web htmx passkey passwordless rust sqlite webauthn

Last synced: 07 May 2026

https://github.com/nikhilkumarapp/markstatusapp

This project contains various features like live location and details of various routes and other details like marker from starting and ending points and caluate the distance between the endpoint and other features

andriod-studio dart dart-frameworks flutter flutter-ui-widgets sqlite

Last synced: 07 May 2026

https://github.com/benzap/ketornah

Used to determine what foods are keto friendly through a simple web application

clojurescript d3js rum rust sqlite sqljs

Last synced: 07 May 2026

https://github.com/mugilan1309/farmiq

🌱 A simple machine-learning-based web app that provides crop and fertilizer recommendations based on manually entered soil and climate data. Built with Python, Streamlit, and SQLite.

agriculture crop-recommendation fertilizer-recommendation machine-learning python sqlite streamlit

Last synced: 07 May 2026

https://github.com/afurm/draftmora

Local-first AI agent board with chat, SQLite storage, and OpenAI account auth.

agent-board agent-chat ai ai-agent local-first openai openai-auth productivity sqlite task-board task-management

Last synced: 07 May 2026

https://github.com/madeindra/url-shortener

URL Shortener built using Typescript with Fastify and SQLite

fastify shortener sqlite typescript url

Last synced: 07 May 2026

https://github.com/vilhalva/supermercado-com-pyqt

👨‍🏫CRUD DE CADASTRO DE NOME, PREÇO E QUANTIDADE DE PRODUTOS COM PYQT E SQLITE.

aplicativo codigo crud database framework interface projeto pyqt python sqlite

Last synced: 07 May 2026

https://github.com/zazk/money-exchange

Simple Mock for Exchange

dotnet-core mvc-core sqlite

Last synced: 07 May 2026

https://github.com/ejw-data/python-open-files

Collection of notes related to opening files and handling text strings in python

pandas python sqlite

Last synced: 07 May 2026

https://github.com/facundo1000/express-simple-crud

Express app using Sqlite, Prisma ORM and JWT

express jwt prisma sqlite

Last synced: 07 May 2026

https://github.com/khushi130404/rooftrack-site

Site RoofTrack is an Android application developed for Shri Balaji Roofing and Steelone Infrastructure to help site supervisors manage site inventory and daily work reports efficiently. This project was developed as part of an internship at VedInfosys using Android Studio (Java).

android-studio java mysql sqlite

Last synced: 08 May 2026

https://github.com/ropaxyz/octobot-octopus-energy-discord-bot

A Discord bot for Octopus Energy users to track and visualize their energy consumption. Integrates with Octopus Energy's API to fetch and display personalized energy data, costs, and usage charts.

asyncio data-visualization discord-bot energy-monitoring graphql matplotlib octopus-energy octopus-energy-api python rest-api sqlite

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/blladerunner/customer-churn-dashboard

Customer Churn Dashboard — SQL + Python analytics project exploring customer retention patterns, churn rate by demographics and services, and key insights for telecom business strategy.

business-intelligence churn-analysis customer-retention dashboard data-analysis data-analytics data-science pandas powerbi python sql sqlite telecom

Last synced: 08 May 2026

https://github.com/sultanayubi360/video-metadata-editor-and-player

This project develop in android with local database SQLITE.

android java sqlite

Last synced: 08 May 2026

https://github.com/312-dev/scrolly

Private video-sharing PWA for friend groups. SvelteKit + SQLite + Twilio.

docker drizzle pwa self-hosted sqlite svelte sveltekit twilio typescript video-sharing web-push

Last synced: 08 Jun 2026

https://github.com/lelabdev/spotify-graph

Music taste graph DB — Rust CLI for artist discovery via graph traversal

mcp mcp-server music-discovery music-graph rust sqlite

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/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/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/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/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/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/r-n/etaxgenerator

Generates CSV for ETaxInvoice (E-Faktur) from Excel cells paste.

csv database e-faktur excel java microsoft-excel ms-excel sqlite swing tax tax-calculator taxes

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/mat1520/registro-notas-universitarias-en-java-y-sql-lite

Aplicación de escritorio en Java y JavaFX con SQLite para gestionar notas universitarias. Incluye roles de estudiante, profesor y administrador con funciones de consulta, asignación de notas y operaciones CRUD.

java javafx-desktop-apps sqlite

Last synced: 09 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/ah-berry/found--backend

This is the backend of Found - a simplified version of Wellfound (previously AngelList) focused on basic candidate management from a hiring manager's point of view.

django python sqlite

Last synced: 09 May 2026

https://github.com/maathzzz/applistacompras

Aplicativo para gerenciar uma compra na ida ao mercado. Lista e manuseia dados de produtos cadastros pelo próprio usuário em uma interface simples e intuitiva.

crud csharp sqlite xamarin

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/elainefs/django-blog-girls

Blog simples usando Django

django python sqlite

Last synced: 09 May 2026

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

API em NodeJS utilizando Fastify como micro-framework, Knex como query builder e SQlite como Banco de Dados

api api-rest fastify knex nodejs sqlite

Last synced: 09 May 2026

https://github.com/wisebyteconcepts/wise-byte-database-helper

A lightweight, attribute-driven database helper for .NET that auto-generates SQL tables from classes—supporting SQLite (with planned SQL Server & PostgreSQL), custom attributes, foreign keys, schema updates, and a simple DbContext-style workflow

csharp dotnet relational-database sql sqlite

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/kudzaiprichard/hireintel.api

AI-powered recruiter that streamlines the technical hiring process through automated resume processing, candidate research, and interview management.

api-rest artificial-intelligence concurrent-programming email flask flask-sqlalchemy jsonwebtoken jwt llm python rest-api sqlite threads

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/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/hiteshmeta85/ml-mini-project-api

Classification of Disaster related tweets from Social Media using BERT Model

bert binary-classification flask machine-learning sqlite twint

Last synced: 09 May 2026

https://github.com/jillmpla/datawithr

Visualizing data stored in an SQLite database with R.

csv r r-visualisation sqlite sqlite-database visualization visualize-data

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/debugger-nan/the-farmer-app

The Farmer Assistance App(Only For Android) streamlines the agriculture supply chain from transparent efficient and secure dealing among farmers and consumers. Built with Java and Android Studio.

android-application androiddevelopment androidstudio java sqlite

Last synced: 10 May 2026

https://github.com/eggplant203/thong-tin-sinh-vien-2-sqlite

Ứng dụng Android quản lý thông tin sinh viên bằng SQLite, tích hợp gọi điện, gửi SMS, chụp ảnh và gán ảnh cho sinh viên.

android call camera java listview multimedia sms sqlite student-management

Last synced: 10 May 2026

https://github.com/keyurparalkar/flask-tutorial

Flask tutorial with Version Control

flask flask-sql sqlite

Last synced: 10 May 2026