sqlite3-dbx
Encrypted DB
A SQLite-based database with encryption support
SQLite3 with encryption support
22 stars
7 watching
13 forks
Language: C
last commit: almost 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
abc34/sqlite_codec | A modified version of SQLite with built-in encryption using the mbedtls library | 0 |
zhaozg/sqlitext | A SQLite extension that provides a way to encrypt and manage database files using a custom VFS (Virtual File System) solution | 4 |
jpwhite3/northwind-sqlite3 | Re-implementation of a sample business database schema in SQLite3 for educational purposes. | 468 |
iwongu/sqlite3pp | A C++ wrapper around the SQLite3 API to simplify its use in C++ applications. | 606 |
carnage/doctrine-encrypted-column | Provides a secure way to encrypt data stored through an object-relational mapping system | 36 |
temporal/cl-sqlite | Provides a Common Lisp interface to the SQLite relational database management system. | 72 |
dawidwetzler/nuxt3-capacitor-sqlite-kysely-example | An Nuxt 3 application demonstrating the integration of SQLite and Kysely for local storage | 2 |
nektro/zig-sqlite3 | A Zig wrapper around the SQLite 3.38.0 C library, providing a convenient interface for working with databases. | 2 |
shenghe/freesqliteencryption | An extension to the SQLite database library that allows encryption of database files using four different encryption algorithms. | 89 |
btrask/sqlheavy | Replaces SQLite's built-in b-tree with arbitrary storage engines from libkvstore. | 23 |
cryptdb/cryptdb | A system for processing and encrypting SQL queries over encrypted data in a database. | 502 |
pharo-rdbms/pharo-sqlite3 | A Smalltalk binding for the popular SQLite3 database engine. | 22 |
jasonshin/sqlx-ts | Tool for compile-time checked queries with type generation | 185 |
jazzyb/sqlite_ecto | An Ecto adapter for interacting with SQLite databases | 77 |
mikeowens/sqlitevtable | An example of using SQLite as a virtual table to query and manipulate files on the file system. | 23 |