Is there any advice from the Cloudflare team around how to import a SQL dump file into a Durable Obj

Is there any advice from the Cloudflare team around how to import a SQL dump file into a Durable Object (with SQLite backend, obviously) when the dump is larger than the memory limit for a Durable Object (128 MB)? I can't think of how this could be achieved (within a single transaction, that is). To be clear - I don't currently have this problem... but I'm trying to figure out if it's going to be one in the future. Thanks!
Was this page helpful?