Open agordeev opened 5 years ago
having same isuss need guide asap import { SQL_Value, SQL_AggrFunction } from './sql-parser';
@cyiboy unfortunately this repo seems dead :(
Hello @cyiboy @agordeev ! I've tried, and it works for me, edit the line in the utils.d.ts file to:
import { SQL_Value, SQL_AggrFunction } from './types/sql-parser';
I know this isn't the right way but I needed to compile :D
I'm trying to use FireSQL with code from README, but getting errors below:
The code is:
How to fix them? I use TypeScript.