algotecture / AlgoTecture

9 stars 0 forks source link

Add postgres support #4

Open sipakov opened 1 year ago

sipakov commented 1 year ago
  1. Add postgres provider support to the solution
  2. Add postgres to the server (install database management system, create the db)
  3. Remove sqlite artifacts from projects
  4. Deploy the project (bot) to the server
sipakov commented 1 year ago

installed and setup postgresql 15 to the server

sipakov commented 1 year ago

Done. Now the database is created automatically by the efCli utility if needed.