We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Originally posted by ph55 November 2, 2022 Hi,
Does beanie supports working with multiple databases ? I see that following example working, but is it considered "good practice" ?
await init_beanie(database=client.db_one, document_models=[DbOneModelX, DbOneModelY]) await init_beanie(database=client.db_two, document_models=[DbTwoModelX])
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Discussed in #400
Originally posted by ph55 November 2, 2022
Hi,
Does beanie supports working with multiple databases ?
I see that following example working, but is it considered "good practice" ?
The text was updated successfully, but these errors were encountered: