cube2222 / octosql

OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL.
Mozilla Public License 2.0
4.76k stars 200 forks source link

Unify SQL sources #190

Closed JasiekChomiak closed 4 years ago

JasiekChomiak commented 4 years ago

In this PR:

  1. The logic behind creating a SQL based DataSource, and then getting a RecordStream from said DataSource is extracted
  2. The logic behind placeholders and placeholder translations is extracted

This will allow for even easier addition of new SQL based Data Sources.