fermyon / spin-js-sdk

https://developer.fermyon.com/spin/javascript-components
Apache License 2.0
52 stars 18 forks source link

Add sqlite support #171

Closed rylev closed 1 year ago

rylev commented 1 year ago

This adds support for sqlite to the JS SDK along with a very simple example app using the SDK.

karthik2804 commented 1 year ago

We would need to add some "typings" for the TS compiler but that would require a refactor once the SDK refactor gets merged.

I can add the type of support as a follow-up PR.