liyupi / sql-mother

免费的闯关式 SQL 自学教程网站,从 0 到 1 带大家掌握常用 SQL 语法,纯前端实现,简单易学~
http://sqlmother.yupi.icu
3.06k stars 351 forks source link

语句错误,Cannot read properties of undefined (reading 'exec') #56

Open nideniuniu opened 6 months ago

nideniuniu commented 6 months ago

输入的是答案也提示这个 语句错误,Cannot read properties of undefined (reading 'exec')

Eukchen commented 5 months ago

可以试下https://github.com/sql-js/sql.js/releases/download/v1.7.0/sqljs-wasm.zip 下载并解压,将其中sql-wasm.wasm移入项目根目录,在src/core/sqlExecutor.ts文件中将22行双引号中内容改为./sql-wasm.wasm即可

lushuailiu commented 5 months ago

1704804324255 依然无法运行