react-sqljs-demo
react-sqljs-demo copied to clipboard
A demonstration showing how to use sql.js with create-react-app
 Why does it shoes this that table already exists
When i using `craco` replace `creact-react-app` built the react app. `package.json` ```json "react-scripts": "4.0.3", "sql.js": "^1.6.0", "devDependencies": { "@craco/craco": "^6.2.0", "craco-less": "^1.20.0" }, ```` `SqlJsDemo.jsx` ```jsx import initSqlJs from "sql.js";...
my dependencies: ```json "dependencies": { "@craco/craco": "^6.3.0", "file-loader": "^6.2.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-scripts": "^4.0.3", "sql.js": "^1.6.1" } ``` This example throws the mentioned error if the `file-loader` dependency is...
As discussed in previous [PR](https://github.com/sql-js/react-sqljs-demo/pull/2) I improved live-demo by add database file load example to become abilities run SQL queries on it. # Changes * [x] Download demo sqlite database...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bumps [json5](https://github.com/json5/json5) and [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts). These dependencies needed to be updated together. Updates `json5` from 1.0.1 to 2.2.3 Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest'...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
does it have typescript support?