1,833 skills found · Page 9 of 62
joryeugene / Dadbod Grip.nvimEdit database tables like Vim buffers. Staged mutations + live SQL preview, transaction undo, schema browser + ER diagrams + DDL, FK navigation, cross-database federation, data profiling, SQL notebooks, AI SQL via Anthropic/OpenAI/Gemini/Ollama, Parquet/CSV/remote files. PostgreSQL · SQLite · MySQL · DuckDB · MotherDuck
google-developer-training / Android Basics Kotlin Inventory AppApp demonstrates how to use Room to save, read, update, and delete inventory items in a SQLite database.
rqlite / PyrqlitePython (DB-API 2.0) Client for rqlite, the lightweight, distributed database built on SQLite.
databricks / PgsqliteLoad sqlite databases into Postgres databases
Gertje823 / Vinted ScraperThis is a tool to scrape/download images and data from Vinted & Depop using the API and stores the data in a SQLite database.
r4ulcl / Wifi DbScript to parse Aircrack-ng captures into a SQLite database and extract useful information like handshakes, MGT identities, interesting relations between APs, clients and it's Probes, WPS information and a global view of all the APs seen.
chrrel / Whatsapp ExporterA python script for extracting WhatsApp conversations from the app's SQLite database and exporting them as HTML or txt files.
knopkem / Dicomweb PacsEasy to use DICOMWEB enabled PACS with DIMSE services based on sqlite database
argp / NmapdbParse nmap's XML output files and insert them into an SQLite database
SiimKinks / SqlitemagicCompile time processed, annotation driven, no reflection SQLite database layer for Android
danthegoodman1 / GRPSQLiteA SQLite VFS for remote databases via gRPC
ls4154 / YCSB CppYCSB written in C++ for embedded databases. (supporting LevelDB, RocksDB, LMDB, WiredTiger, and SQLite)
inukshuk / SqletonVisualize your SQLite database schema
dogsheep / Google Takeout To SqliteSave data from Google Takeout to a SQLite database
xeoncross / DByteA full PHP MySQL, PostgreSQL, SQLite database layer in only 1024 bytes!
psamim / Telegram Cli BackupA simple Lua script to backup Telegram messages into a CSV or sqlite database
sqliteai / Sqlite AIAI-native extension for SQLite that brings on-device inference, embedding generation, and model interaction directly into your database.
arturasn / Mdb2sqliteConversion tool used to convert microsoft access database to sqlite.
qertoip / Transaction RetryRetries database transaction on deadlock and transaction serialization errors. Supports MySQL, PostgreSQL and SQLite.
tforkmann / FumbleThin F# API for Sqlite for easy data access to sqlite database with functional seasoning on top