agrosner / DBFlow

A blazing fast, powerful, and very simple ORM android database library that writes database code for you.
MIT License
4.87k stars 598 forks source link

multi-module multi-db support in one application #1694

Closed muhammadzadeh closed 3 years ago

muhammadzadeh commented 4 years ago

ISSUE_TEMPLATE

DBFlow Version: 4.2.4

Bug or Feature Request:

Description: hi guys please help for this i have a app that contain 5 modules that each module is standalone (development and usage), each module contain its database and cipher with different cipher-key, some modules database not encrypted.

agrosner commented 3 years ago

even though this is 5.0, this still applies https://dbflow.gitbook.io/dbflow/v/develop/usage2/advanced-usage/multiplemodules The type of db is determined at the database level. You just need to init all of it. not sure what else i can provide to help 👍