stephenafamo / bob

SQL query builder and ORM/Factory generator for Go with support for PostgreSQL, MySQL and SQLite
https://bob.stephenafamo.com
MIT License
760 stars 39 forks source link

JSONB support for SQLite #168

Open hmnd opened 8 months ago

hmnd commented 8 months ago

As of version 3.45.0, SQLite now supports JSONB. Thus, the generator should output it as types.JSON[json.RawMessage] like it does for JSON, instead of the default string.