hi, community Many users have reported that the current apisix-dashboard is a little troublesome during deployment. One of the problems is that we rely on mysql. Users need to maintain additional database instances. I propose to modify mysql to an embedded database such as sqllite. considerations for using sqllite: 1.Simplify the complexity of manager-api deployment. 2.We still need a relational database to organize the relationship and minimize the changes caused by database changes. 3.sqllite is a relatively mature database.
Any suggestions on this proposal? Or is there a better recommendation for an embedded database? Thanks!
