langium-sql icon indicating copy to clipboard operation
langium-sql copied to clipboard

Create an interpreter

Open Lotes opened this issue 2 years ago • 1 comments

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

Lotes avatar Jan 26 '23 11:01 Lotes

Use one SQL API like SQL.js or SQLite3 instead of doing the computation on your own.

Lotes avatar Jun 05 '23 11:06 Lotes