You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
helje5
changed the title
Feature: Directly parse SQL selects and generate VIEW like structs for them
Directly parse SQL selects and generate VIEW like structs for them
Aug 16, 2022
Instead of heaving to create a view like this:
It would be nice if
sqlite2swift
could directly generate code for aSELECT
expression, like:Similar to SQLDelight.
This has one big advantage, a binding could be specified at compile time, like:
And added to the fetch function, like:
The text was updated successfully, but these errors were encountered: