eureka-network / rs-eureka

Eureka sink
0 stars 0 forks source link

20230205 add schema check logic on dbloader constructor #68

Closed jorgeantonio21 closed 1 year ago

jorgeantonio21 commented 1 year ago

Adds logic to execute a simple create schema on DB, if the passed schema_name does not exist. Also replaces &String with &str in the signature of methods.

Warning: very rough, it checks directly on the DB if schema exists.

jorgeantonio21 commented 1 year ago

Resolves #48

jorgeantonio21 commented 1 year ago

See #67 for further discussion and motivation for current PR.