readysettech / readyset

Readyset is a MySQL and Postgres wire-compatible caching layer that sits in front of existing databases to speed up queries and horizontally scale read throughput. Under the hood, ReadySet caches the results of cached select statements and incrementally updates these results over time as the underlying data changes.
https://readyset.io
Other
4.25k stars 117 forks source link

Surrealdb support #19

Open ehsanonline opened 1 year ago

ehsanonline commented 1 year ago

Surrealdb is a NewSQL database. I couldn't find any cache layer for it. Surrealdb SQL is very similar to regular SQL. it's still in beta but works fine. it would be great if Readyset supports it. thanks.

jbensal commented 1 year ago

Hey @ehsanonline,

Thanks for the request. We currently don't support SurrealDB and don't currently have it on our roadmap, but we can look into it and I will follow up with you if this changes!