This splits the webapp in: * IronCalc (the widget to be published on npmjs) * The frontend for our "service" * Adds "dummy code" for the backend using sqlite
2 lines
45 B
SQL
2 lines
45 B
SQL
CREATE TABLE models (hash TEXT, bytes BLOB);
|