gabledata / recap

Work with your web service, database, and streaming schemas in a single format.
https://recap.build
MIT License
334 stars 24 forks source link

Add view support for SQLite client #425

Open criccomini opened 10 months ago

criccomini commented 10 months ago

The SQLite client code currently queries sqlite_schema for type='table' (see https://github.com/recap-build/recap/pull/424#discussion_r1478619969). It should probably handle views, too. I'm not sure if that's a different type or not. Need to check.