From 4a57a1a6370be0865d64c0e8df6f667f319837d3 Mon Sep 17 00:00:00 2001 From: Alex Tsirel Date: Sat, 15 Aug 2020 18:26:17 +1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5139d72..fbeb6be 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ AR Shard is non-intrusive extenstion for ActiveRecord to add threadsafe Model ba - Work with you Sharded Model and AR model at the same time - Threadsafe. Battle-tested with Sidekiq and 4 mixed Databases -##Limitations +## Limitations - Doesn't care about migrations - Define config as a Proc. `Due to nature of connection_handlers all DB connections are established at boot time` - if data structure is different between databases you should use `ModelName.reset_column_information`