langium-sql
langium-sql copied to clipboard
Create an interpreter
Requirements:
- [ ] gets the SQL input model
- [ ] gets tables via interface
- [ ] evaluates the SQL query
- [ ] returns the result
Good for:
- [ ] value tests for ORDER BY and DISTINCT
- [ ] demo page
Use one SQL API like SQL.js or SQLite3 instead of doing the computation on your own.