v0.1.0
restarting release title from v0.1.0 because of library name change and to keep it consistent with crates.io version.
v0.1.0
Naming changes
only the names have been changed for better clarity, but features are identical
- Library name changed from
lazysql→sqlitex LazyConnection→Connectionsql_runtime!()→sql_escape_hatch!()execute_dynamic()→ `execute_runtime()query_dynamic()→query_runtime()
Feature addition
- casting as
BOOLis now supported - able to create table with
BOOLdatatype - BLOB are now fully supported.
QOL improvements
- pg
::syntax remains and doesnt get translated to CAST AS when hovering over the function name in VSCode. - better error messages
Documentations
- created an examples folder which is detailed and easy to follow
- improved documentations. Github and crates.io mainly shows the feature highlights, while docs.io is the documentation site. Better seperation of concern
Others
Previously recommended to use STRICT table. Now it is discouraged. More info here