AlaSQL / alasql

AlaSQL.js - JavaScript SQL database for browser and Node.js. Handles both traditional relational tables and nested JSON data (NoSQL). Export, store, and import data from localStorage, IndexedDB, or Excel.
http://alasql.org
MIT License
7.03k stars 656 forks source link

feat: add from collection to AlaSQL interface type #1771

Closed sytone closed 1 year ago

sytone commented 1 year ago

Add from collection to AlaSQL interface type along with the two from interfaces so modification of from in TypeScript is checked and allowed.

Thank you for the time you are putting into AlaSQL!

mathiasrw commented 1 year ago

Thank you!

mathiasrw commented 1 year ago

Released as part of v4.1.4