Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create an interpreter #10

Open
6 tasks
Lotes opened this issue Jan 26, 2023 · 1 comment
Open
6 tasks

Create an interpreter #10

Lotes opened this issue Jan 26, 2023 · 1 comment

Comments

@Lotes
Copy link
Collaborator

Lotes commented Jan 26, 2023

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
Copy link
Collaborator Author

Lotes commented Jun 5, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant