Stephcraft
10/24/2024, 1:07 PMSQLite: No native JSON type, sohttps://jetbrains.github.io/Exposed/data-types.html#how-to-use-database-enum-types I see however that SQLite does have json & jsonb support, unless Exposed uses an earlier version of SQLite that does not support these? Is there a way to specify which version of SQLite is used with Exposed if this is the case? https://www.sqlite.org/json1.html I appreciate the clarification on this, Thanks 🙏maps to TEXT, whilejson()
throws.jsonb()
jessel
10/24/2024, 3:08 PMStephcraft
10/24/2024, 3:39 PMjessel
10/24/2024, 3:47 PM