DVKunion / SeaMoon

月海 (Sea Moon) 是一款 FaaS/BaaS 实现的 Serverless 网络工具
https://seamoon.dvkunion.cn
MIT License
479 stars 97 forks source link

feat: init db demo #46

Closed DVKunion closed 4 months ago

DVKunion commented 5 months ago
DVKunion commented 5 months ago

I don't think you can use sqlite to implement the query API first. You should abstract a middle layer to expand other possible database choices.

maybe declare a database.go ?