10 lines
341 B
Markdown
10 lines
341 B
Markdown
# nix-custom-sqlite
|
|
|
|
This repository contains a collection of nix expressions that make it easy to compile a custom version of SQLite.
|
|
|
|
Customizations include things such as:
|
|
|
|
- Toggling compile-time features.
|
|
- Adding external plugins, either baking them in statically or using dynamic linking.
|
|
- Cross-compiling for various architectures.
|