v0.0.10
Warning: Please using v0.0.10.post1
✨ What's New
table.create()API usesif_existsinstead ofmode#152 by @breezewish- mode="overwrite" -> if_exists="overwrite"
- mode="create" -> if_exists="raise"
- mode="exist_ok" -> if_exists="skip"
- Add
use_database()andcurrent_database()APIs, and enable concurrent test execution #154 by @breezewish - Support
table.save()API for convenient data persistence #147 by @Icemap - Rename
table_names/database_namestolist_tables/list_databases#151 by @breezewish - Expose
build_tidb_connection_url()function #151 by @breezewish - Refine exposed column types, use capitalization for type name #161 by @Mini256
- using
TEXTinstead ofText - using
VECTORinstead ofVector
- using
🐛 Bug Fixes
🧰 Refactor
🔗 Full Changelog: v0.0.9...v0.0.10