On Mon, Oct 23, 2023 at 7:00 PM Roman Turner <[email protected]>
wrote:
> Hi all,
>
> Is there support for running a migration over many SQLite databases? A
> burgeoning thought is using a SQLite database per user as an easy way for
> multi-tenancy and using a service like LiteStream to back them up in a
> storage service like S3.
Something like this may work:
array_of_databases.each{|db| Sequel::Migrator.apply(db, "/path/to/dir")}
Thanks,
Jeremy
--
You received this message because you are subscribed to the Google Groups
"sequel-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/sequel-talk/CADGZSSdx-Yn%2BX%2BKSZcRTX%2BSu9ygrJOTiLLXXN%2BQ9yPYT23206A%40mail.gmail.com.