-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Using sql.js in typescript #151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@erichiller : Can you re-link to your gist? I'm getting a 404. |
@twotree @Taytay I've found it in Google: https://gist.github.com/erichiller/fe0ca29c946cd46c7bccdab56ceaff0e |
Any updates? |
@brodybits @lovasoa are there any plans to support TypeScript? |
Yes, I'd like type annotations to be added, after #349 is merged. Help is welcome |
|
If anybody else has issues with
|
I've installed sql.js and tried using
import {SQL} from 'sql.js/js/sql';
to no avail. Do I need to use require.js? Is there an example somewhere showing how to use it with TypeScript?
The text was updated successfully, but these errors were encountered: