polarsignals / frostdb

❄️ Coolest database around 🧊 Embeddable column database written in Go.
Apache License 2.0
1.27k stars 65 forks source link

*: remove read-only tables #906

Closed asubiotto closed 1 month ago

asubiotto commented 1 month ago

These were broken and mostly unused. Reading tables that only exist on object storage is now supported by using the WithProvideIfNotExists option on the DBTableProvider at query time.

asubiotto commented 1 month ago

Users can do this by providing a custom table provider, so closing this PR