Introspect poor accuracy (SQLite/Turso)
Is it just me or does introspect work pretty badly?
A few examples:
- Named foreign keys getting dropped.
-
DEFAULT native
=> default("sql(native)")
.
- UNIQUE
constraints getting dropped2 Replies
@zachr you’re having issues with introspect too?
Yeah, my issues are with using Postgres though. The schemas generated with introspection contains javascript errors with unclosed brackets for varchar arrays, views still not getting generated, and foreign keys not added when connecting to remote databases
There’s probably a few more issues I can’t remember right now, but yeah I’m basically just fixing them with a few clean up commands after running introspection