We will create two identities, one for administring the SQL users(aka control plane) and for interacting with the database and the data(ie. data plane operations) ...
electron-react-sqlclient/ ├── src/ │ ├── main.ts # Electron main process │ ├── preload.ts # Preload script for main window │ ├── renderer.ts # Renderer process setup │ ├── app.tsx # Main React ...