petl-developers / petl

Python Extract Transform and Load Tables of Data
MIT License
1.22k stars 190 forks source link

Feature Request: make truncate optional in io.db.to_db() #669

Open mejomba opened 1 month ago

mejomba commented 1 month ago

Explain why petl needs this feature?

currently io.db.to_db execute truncate in every query, its good to using bool variable for disable it.

Describe the solution you would like

can use default True for backward compatible.

Describe alternatives solutions you would have considered

No response

Source Code Examples

No response

Additional Notes

No response

Code of Conduct