Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/threema-ch/better-sqlcipher

A fork of better-sqlite3 with support for sqlcipher
https://github.com/threema-ch/better-sqlcipher

Last synced: about 1 month ago
JSON representation

A fork of better-sqlite3 with support for sqlcipher

Awesome Lists containing this project

README

        

# better-sqlcipher

[better-sqlite3](https://github.com/JoshuaWise/better-sqlite3) built with
[SQLCipher](https://www.zetetic.net/sqlcipher/).

This is the better-sqlite3 library patched to use SQLCipher instead.

## Changes

- Use SQLCipher instead of SQLite
- Disable some SQLite features that we don't use to reduce the attack surface
- Remove `prebuild` dependency and always build locally
- Remove `bindings` dependency
- Remove `sqlite`, `sqlite3` and `nodemark` dependencies (this breaks benchmarks)
- Add type declarations
- Add tests for the encryption functionality