Skip to content

Latest commit

 

History

History
61 lines (34 loc) · 695 Bytes

CHANGELOG.md

File metadata and controls

61 lines (34 loc) · 695 Bytes

0.4.6

  • prevent multiple client creations during hot restart

0.4.5

  • bump flutter_rust_bridge to 2.3.0

0.4.4

  • fix demo

0.4.3

  • let frb handles panic
  • example
  • demo

0.4.2

  • expose tx behavior

0.4.1

  • chores

0.4.0

  • transaction
  • Refactoring

0.3.1

  • Fix return object of prepared statement query
  • Expose rows affected for prepared statement execute
  • Docs~

0.3.0

  • Supports batch and prepare

0.2.0

  • Supports query and execute statement

0.1.0

  • Updated API, allow creation of local, remote, and embedded replica client

0.0.3

  • pubspec links

0.0.2

  • Update readme

0.0.1

  • Initial release
  • Embedded replica support