sqlite_codec
Encrypted database
A modified version of SQLite with built-in encryption using the mbedtls library
sqlite3 with built-in transparent encryption based on mbedtls library
0 stars
0 watching
0 forks
Language: C
last commit: about 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
newsoft/sqlite3-dbx | A SQLite-based database with encryption support | 22 |
zhaozg/sqlitext | A SQLite extension that provides a way to encrypt and manage database files using a custom VFS (Virtual File System) solution | 4 |
temporal/cl-sqlite | Provides a Common Lisp interface to the SQLite relational database management system. | 73 |
btrask/sqlheavy | Replaces SQLite's built-in b-tree with arbitrary storage engines from libkvstore. | 23 |
dawidwetzler/nuxt3-capacitor-sqlite-kysely-example | An Nuxt 3 application demonstrating the integration of SQLite and Kysely for local storage | 2 |
sqlitemoderncpp/sqlite_modern_cpp | C++ wrapper around the SQLite library for modern database interactions | 905 |
mikeowens/sqlitevtable | An example of using SQLite as a virtual table to query and manipulate files on the file system. | 24 |
mmottl/sqlite3-ocaml | A set of bindings and wrappers to interact with a specific SQL database engine | 116 |
carnage/doctrine-encrypted-column | Provides a secure way to encrypt data stored through an object-relational mapping system | 35 |
encode/orm | An async ORM built on top of SQLAlchemy core, providing cross-database support and data validation. | 1,785 |
raven-ie/nldatabase | A lightweight C++ wrapper for the SQLite database engine | 0 |
msallin/sqlitecodefirst | A library that enables .NET developers to create and manage SQLite databases using Entity Framework's CodeFirst approach. | 614 |
oysteinkrog/sqlite.net-pcl | A cross-platform SQLite client and ORM with support for various platforms | 354 |
nektro/zig-sqlite3 | A Zig wrapper around the SQLite 3.38.0 C library, providing a convenient interface for working with databases. | 2 |
vrischmann/zig-sqlite | A wrapper around sqlite's C API to simplify usage in Zig programming language | 396 |