#1295·sqlboiler

Support for SQLite views?

Author: gennaiosCreated Aug 11, 2023Updated Feb 20, 2025
Labelshelp wantedfeature request

Hello,

It seems that views are not yet supported for SQLite? At least I didn't see them generated.

I use them as external content tables for full-text search. With the way FTS works with SQLite, in some cases I need to retrieve values from the view to delete or insert entries to the FTS index.

Such would be very helpful.