Where should to put driftRuntimeOptions ? #2924
Answered
by
simolus3
CharlotteJu
asked this question in
Q&A
-
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
simolus3
Mar 19, 2024
Replies: 1 comment
-
If you know it's safe, you could expose your database class as a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
CharlotteJu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you know it's safe, you could expose your database class as a
factory
and just set it there before creating the database instance. Enabling it inmain
or any other method you call before using the database would also work.