pudo / dataset

Easy-to-use data handling for SQL data stores with support for implicit table creation, bulk loading, and transactions.
https://dataset.readthedocs.org/
MIT License
4.76k stars 297 forks source link

Add set_schema method #344

Closed CHNB128 closed 3 years ago

CHNB128 commented 4 years ago

I added this method, cause I have very complex db structure and can't deal with it without schema support, with I really miss in this library.

pudo commented 3 years ago

I'd rather keep it without the setter function, you can just write to dataset.schema = 'foo' :)