Skip to content

v0.1.0

Choose a tag to compare

@Nareshix Nareshix released this 01 May 19:57
· 188 commits to main since this release

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

  1. Library name changed from lazysqlsqlitex
  2. LazyConnection Connection
  3. sql_runtime!()sql_escape_hatch!()
  4. execute_dynamic() → `execute_runtime()
  5. query_dynamic()query_runtime()

Feature addition

  1. casting as BOOL is now supported
  2. able to create table with BOOL datatype
  3. BLOB are now fully supported.

QOL improvements

  1. pg :: syntax remains and doesnt get translated to CAST AS when hovering over the function name in VSCode.
  2. better error messages

Documentations

  1. created an examples folder which is detailed and easy to follow
  2. 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