aim
aim copied to clipboard
Change sqllite datbase to postgres/mysql
🚀 Feature
Do we have the capability to change the sqllite database used as backend to something like postgres or mysql
Motivation
The sqllite database causes unwanted issues such as lockage when trying to use on kubernetes servers
Hey @saurabhgssingh! The main purpose of using sqlite for aim was to ship the package as a whole and not require any external stuff. With the next major release we can also provide a way to provide the url of your own database. As currently in versions 3.x we have 2 sqlite databases one is used for UI and the other one for SDK, but with version 4 we're planning to drop one, and it will be much easier to provide an option for external db url.
So, which day it will be released? @mihran113 Thanks a lot.
As currently in versions 3.x we have 2 sqlite databases one is used for UI and the other one for SDK, but with version 4 we're planning to drop one, and it will be much easier to provide an option for external db url.
Hi @mihran113 Is this change still going to happen?