aliyun-tablestore-go-sdk
aliyun-tablestore-go-sdk copied to clipboard
Add EnsureTable method
It's a common requirement that user may ensure the table exists, if not, EnsureTable should create table automatically, something like Sync in timeline pkg
Good proposal, thanks! We will put such a utility function into our develop plan. And if you open a PR, I'd be happy to merge it.