- New
sqlite-utils views my.db
command for listing views in a database, see Listing views. (#105) sqlite-utils tables
(andviews
) has a new--schema
option which outputs the table/view schema, see Listing tables. (#104)- Nested structures containing invalid JSON values (e.g. Python bytestrings) are now serialized using
repr()
instead of throwing an error. (#102)