Felix Schillmöller

Results 2 comments of Felix Schillmöller

> You can also modify yourself the file RNSensitiveInfo.js to fix for new architecture (backport of this commit: [exPivot@d304a13](https://github.com/exPivot/react-native-sensitive-info/commit/d304a13109065f24c4ba816428b618b939e9cd9f)) > > I do that on my side and use https://github.com/ds300/patch-package...

Just tried to set the connection info myself: ```typescript const adapter = new PrismaMariaDb({ connectionLimit: 10, host: process.env.DB_HOST, port: process.env.DB_PORT ? parseInt(process.env.DB_PORT) : undefined, user: process.env.DB_USER, password: process.env.DB_PASSWORD, database: process.env.DB_NAME,...