-
Should they be stored in some config file or in the database? In theory answer is simple: If setting is global then in config file otherwise in the database. But currently application can use only one…
-
I'm working on an app that has a main data table and a table of queued updates. I have a single in-memory array of items, which combines entries from the main table and the queued updates in sort of a…
-
Dear EzAAI team,
I am wondering whehter it is possible to provide an options when computing many pairs, like in fastANI, a list of query database, and a list of reference database then compare each…
-
my migrations directory was named pillar.migrations and this was throwing an exception stating it could not find any migration files, renaming the directory to migrations fixed this issue, but that is…
-
Hi, I'm looking for a way to read encrypted sqlite databases.
There are many different ciphers allowing encryption of sqlite databases. One project support multiple ciphers: https://github.com/utelle…
-
**Is your feature request related to a problem? Please describe.**
Currently, I’m frustrated by the repetitive need to manually enter the same information (e.g., usernames, emails, or custom field …
-
Hello,
Would appreciate any guidance on this.
My scenario:
I have a lot of databases, each one it's a exact replica but for a different customer. Each DB can be on multiple servers. I can hav…
-
I have multiple databases, “(default)” and “development”. I have firestore-send-email extension installed from the Extentions tab and another one installed from after I select the “development” da…
-
Most databases support multi-row INSERT statements so
it is possible to speed up \copy by using batches. This issue is discussed in the PR for Clickhouse \copy implementation -
https://github.com/x…
-
Awesome project!
I would like to inject the `PrismaModule` multiple times in my nest app with different `DATABASE_URL`. Right now there is no way to do this. I would like to request a feature for t…