On Jun 15, 11:42 am, François Beausoleil <[email protected]> wrote: > Can I configure shards dynamically? Meaning a new customer signs up, and I > create the database from a known schema, then immediately connect to it? > Without restarting to update the servers Hash?
Yes, using Database#add_servers. See http://sequel.rubyforge.org/rdoc/classes/Sequel/Database.html#M000538 Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
