You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Hi, I use your library to convert mock data into sql by ToSQL Function and then insert it to mysql. The function right now is return sql in string type. In my case, I have huge data like 5-10 Million record then I end up will OOM.
Describe the solution you'd like
a new function that can export sql to file .
Dialect
postgres
mysql
sqlite3
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Hi, I use your library to convert mock data into sql by ToSQL Function and then insert it to mysql. The function right now is return sql in string type. In my case, I have huge data like 5-10 Million record then I end up will OOM.
Describe the solution you'd like
Dialect
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: