Initialization of TypeORM requests all types of drivers for different databases
I am working on an Electron + React + Vite project where I want to use TypeORM
to manage database access. The idea is to use an SQLite database so that everything runs on the same device, Once the Data Source is configured.
Initialization of TypeORM requests all types of drivers for different databases
I am working on an Electron + React + Vite project where I want to use TypeORM
to manage database access. The idea is to use an SQLite database so that everything runs on the same device, Once the Data Source is configured.