Is it possible to send a raw sql request to a cubejs server? The cubejs server would send it as is to the db it is connected to? I have some edge cases where I would like to let the client send raw sql requests instead of using the cube query format.
Asked
Active
Viewed 872 times
1 Answers
1
The Cube.js way to working with a database would be to create a data schema and write queries in Cube.js format. Then, Cube.js will take care of SQL generation and execution. While, technically, you can have quite complex statements in your cubes’ SQL definitions, you will have to use Cube.js query format, anyway.

Dharman
- 30,962
- 25
- 85
- 135

Anton Rychkov
- 81
- 3