dyedgreen / deno-sqlite

Deno SQLite module
https://deno.land/x/sqlite
MIT License
409 stars 36 forks source link

Build sqlite library from src #19

Closed dyedgreen closed 4 years ago

dyedgreen commented 4 years ago

Build sqlite3 from canonical sources to ensure SQLITE3_OMIT_* work correctly:

Important Note: The SQLITEOMIT options may not work with the amalgamation. SQLITEOMIT compile-time options usually work correctly only when SQLite is built from canonical source files.

Closes #18

dyedgreen commented 4 years ago

Considering to not include SQLite source, but rather download it if needed... It does add quite a bit of files to the repo