-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I want to migrate an application from a PHP server to Nodejs+Cube architecture. I have many SQL queries in the legacy app. Rewriting that as Cubes would take a lot of time. So just like you convert Cubes to SQL, would it be possible to convert SQL to Cubes?
Describe the solution you'd like
A clear and concise description of what you want to happen.
Given SQL queries, generate cubes automatically.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
This is mainly for migration purposes.