$ turso db create mydb --from-file local.db
Error: could not create database mydb: received incomplete input error from database.
This happens when an SQL statement is incomplete or broken over multiple lines.
Multi-line triggers are a common cause of this issue.
Please check your database dump for such statements
temporary workaround: find the multiline statements (lines which don't end with ;) and merge them into one
temporary workaround: find the multiline statements (lines which don't end with
;
) and merge them into one