benbjohnson / postlite

Postgres wire compatible SQLite proxy.
Apache License 2.0
1.21k stars 30 forks source link

add support for pg_range as virtual table #14

Closed rogerwelin closed 2 years ago

rogerwelin commented 2 years ago

Hi and thanks for a great project. I tried using postlite/sqlite when running some integration tests locally. Sadly they fail because postlite does not support the pg_range catalog table. Would it be possible to add this feature?

benbjohnson commented 2 years ago

hey @rogerwelin. Yes, that can be added. I'm busy with some other projects right now but I'm open to a PR for the feature if you're up for adding it.