Skip to content

Prebuilt bindings #18

@Sytten

Description

@Sytten

Right now the bindings are built at compile time for sqlite3ext-sys, usually it is preferred that libraries pre-built them and offer a feature flag to build them at runtime. This is what libsqlite3-sys does for example. It removes the need to support bindgen in your stack (which is a bit of a pain when doing cross-compilation).

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