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
Instead of basing the thing of a SQLite schema, with the new Macro feature in Swift 5.9 we could also generate the metadata required from the Swift structure itself.
It probably wouldn't have much affect on the surrounding API, though maybe a Macro can't see related entities?
Also the "Database" main structure wouldn't be generated? But there could be API for that.
The text was updated successfully, but these errors were encountered:
Instead of basing the thing of a SQLite schema, with the new Macro feature in Swift 5.9 we could also generate the metadata required from the Swift structure itself.
It probably wouldn't have much affect on the surrounding API, though maybe a Macro can't see related entities?
Also the "Database" main structure wouldn't be generated? But there could be API for that.
The text was updated successfully, but these errors were encountered: