Skip to content

Provide an easy way to compile with official sqlite3 amalgamation #17

Closed
@JoshuaWise

Description

@JoshuaWise

The README states:

To use sqleet as a library, the recommended way is to download a preconfigured release package instead of cloning the master. The contained sqleet.c and sqleet.h files are drop-in replacements for the official sqlite3.c amalgamation and sqlite3.h header.

However, I want to use my own custom amalgamation (some compile-time options must be provided when generating the amalgamation itself).

The official SEE extension makes it very easy to turn a regular amalgamation into one that supports encryption:

  1. prepend see-prefix.txt
  2. append see.c

Could there be a simple way to do the same thing using sqleet?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions