Open github-actions[bot] opened 2 years ago
https://github.com/spider-gazelle/rethinkdb-orm/blob/44eff6ad1300cfbaac2642e3fb538c7567a0d167/src/rethinkdb-orm/connection.cr#L91
# Lazily check for and create non-existant resources in rethink # # TODO: Support more configuration for RethinkDB sharding and replication protected def self.ensure_resources!(connection) return if @@resource_check
https://github.com/spider-gazelle/rethinkdb-orm/blob/44eff6ad1300cfbaac2642e3fb538c7567a0d167/src/rethinkdb-orm/connection.cr#L91