Skip to content
This repository was archived by the owner on Nov 20, 2023. It is now read-only.

fadilxcoder/js-sqlite

Repository files navigation

Notes

  • DB PATH : C:\Users\<USER>\AppData\Local\Google\Chrome\User Data\Default\databases\<FOLDER_OF_DB>
  • Surge auto deploy Github Action
    • surge token
    • Enter email : ud.....
    • Enter password : xxxxxx
    • Copy token 3344XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX91d
  • Github secret
    • SURGE_TOKEN : 3344XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX91d
    • SURGE_DOMAIN : https://js-sqlite.surge.sh/

URL

Surge.sh Docs

Developer

  • tsc --init
  • npm init
  • touch webpack.config.js
  • npm i
  • npm run compile
  • Use npm i @types/websql in order to be able to db: Database = window.openDatabase("TokenSqliteDB", "1.0", "Token SQLite Database", 200000);