kuseman / queryeer

Query IDE based on payloadbuilder library
Apache License 2.0
0 stars 0 forks source link

Catalog native queries #5

Open kuseman opened 1 year ago

kuseman commented 1 year ago

Add support for query catalogs in their native language.

For jdbc catalog this will turn Queryeer to a generic SQL editor.

This is simply sending the whole query to the catalog extension along with a OutputWriter.

In the future this could be used by Elastic catalog aswell but with a .http-files that would enable to query elastic more natively.

To do this a new property is needed on QueryFileModel that specifies which type of query engine should be used. When changing the default catalog the query engine choice should adapt to whether there are support for catalog native query or not.

Todo