ngokevin / expo-sqlite-plus-web

A demonstration of sqlite working on both React Native (expo-sqlite) and Web (absurd-sql).
14 stars 1 forks source link

Knexjs fork #1

Open tantaman opened 2 years ago

tantaman commented 2 years ago

Uses a forked knex.js that strips everything out except for sqlite3 query building.

Do you have a link to the source of the fork? I see the compiled blob of knex here: https://github.com/ngokevin/expo-sqlite-plus-web/blob/main/src/knex.js but would like to use the fork, see how far behind it is, potentially update it.

ngokevin commented 2 years ago

I think it's actually an older version of knex, unmodified and unforked. The README is outdated in that aspect. The actual version, I forget. It must be one that doesn't try to initialize or require database connection