sqlean
Extension pack
A collection of SQLite extensions that provide additional functionality and standardize API
The ultimate set of SQLite extensions
4k stars
50 watching
120 forks
Language: C
last commit: about 1 month ago
Linked from 1 awesome list
sqlitesqlite-extension
Related projects:
Repository | Description | Stars |
---|---|---|
coleifer/sqlite-web | A web-based interface to interact with and manage SQLite databases | 3,438 |
andpor/react-native-sqlite-storage | A React Native plugin that provides a native interface to SQLite databases on Android and iOS devices | 2,762 |
sqlitebrowser/sqlitebrowser | A high-quality GUI tool for creating, designing, and editing SQLite databases. | 21,355 |
sql-js/sql.js | A JavaScript library that allows you to create and query relational databases entirely in the browser. | 12,788 |
sqlcipher/sqlcipher | A standalone fork of SQLite with added encryption and security features | 6,267 |
nalgeon/redka | An in-memory Redis implementation with SQLite backend, providing ACID transactions and compatibility with the Redis API. | 3,503 |
jmoiron/sqlx | An extension to Go's standard database/sql library, adding features like parameterized queries and row marshaling. | 16,266 |
orbitinghail/sqlsync | A collaborative offline-first wrapper around SQLite designed to synchronize web application state between users and devices. | 2,377 |
lazierthanthou/sqlite-manager | An extension that provides a graphical interface to manage and interact with SQLite databases in various applications. | 325 |
stephencelis/sqlite.swift | A type-safe interface to SQLite3 for Swift development | 9,732 |
sqlite/sqlite | A library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine | 6,723 |
launchbadge/sqlx | An async, pure Rust SQL crate with compile-time checked queries and support for multiple databases. | 13,470 |
groue/grdb.swift | A toolkit for managing SQLite databases in Swift applications | 6,904 |
tryghost/node-sqlite3 | An asynchronous, non-blocking SQLite3 binding for Node.js | 6,231 |
fnc12/sqlite_orm | An ORM library for modern C++ that provides an easy-to-use interface for creating and managing data models with SQLite | 2,298 |