aim icon indicating copy to clipboard operation
aim copied to clipboard

Change sqllite datbase to postgres/mysql

Open saurabhgssingh opened this issue 2 years ago • 4 comments

🚀 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

saurabhgssingh avatar Jun 01 '23 05:06 saurabhgssingh

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.

mihran113 avatar Jun 06 '23 21:06 mihran113

So, which day it will be released? @mihran113 Thanks a lot.

airlsyn avatar Oct 23 '23 04:10 airlsyn

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?

johnny12150 avatar May 04 '24 13:05 johnny12150