Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]使用sqlite代替mongodb #23

Open
buddhi-deep opened this issue Jun 20, 2022 · 5 comments
Open

[Feature]使用sqlite代替mongodb #23

buddhi-deep opened this issue Jun 20, 2022 · 5 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@buddhi-deep
Copy link

Is your feature request related to a problem? Please describe.

sqlite相比于Mongodb更加轻量

而且mongodb可能在一些平台无法顺利的安装(比如centos9)

Describe the solution you'd like

加一个使用sqlite的参数和对应功能

Describe alternatives you've considered

snap或者flatpak安装mongodb

@buddhi-deep buddhi-deep added enhancement New feature or request help wanted Extra attention is needed labels Jun 20, 2022
@daidr
Copy link
Collaborator

daidr commented Jun 20, 2022

可以的,之后把数据库的相关操作封装好之后会添加sqlite的支持

@ghost
Copy link

ghost commented Nov 1, 2022

MongoDB在Ubuntu 22.04LTS(Jammy)下也无法安装。

@buddhi-deep
Copy link
Author

MongoDB在Ubuntu 22.04LTS(Jammy)下也无法安装。

我发现了最棒的解决方案 用容器

@ghost
Copy link

ghost commented Nov 14, 2022

MongoDB在Ubuntu 22.04LTS(Jammy)下也无法安装。

我发现了最棒的解决方案 用容器

我认为容器只能作为临时解决方案,因为容器有Overhead, 虽然微乎其微, 但是这是一个更注重于轻量化的项目。其次, 我认为MongoDB的配置相较于SQLite和MySQL会麻烦很多, 所以最好能加入对MySQL/SQLite的支持。

@buddhi-deep
Copy link
Author

MongoDB在Ubuntu 22.04LTS(Jammy)下也无法安装。

我发现了最棒的解决方案 用容器

我认为容器只能作为临时解决方案,因为容器有Overhead, 虽然微乎其微, 但是这是一个更注重于轻量化的项目。其次, 我认为MongoDB的配置相较于SQLite和MySQL会麻烦很多, 所以最好能加入对MySQL/SQLite的支持。

我的意思是可以先将就用一下 现在还没加这个 那就等等daidr看看有时间能不能加一下

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants