We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
可以的,之后把数据库的相关操作封装好之后会添加sqlite的支持
Sorry, something went wrong.
MongoDB在Ubuntu 22.04LTS(Jammy)下也无法安装。
我发现了最棒的解决方案 用容器
MongoDB在Ubuntu 22.04LTS(Jammy)下也无法安装。 我发现了最棒的解决方案 用容器
我认为容器只能作为临时解决方案,因为容器有Overhead, 虽然微乎其微, 但是这是一个更注重于轻量化的项目。其次, 我认为MongoDB的配置相较于SQLite和MySQL会麻烦很多, 所以最好能加入对MySQL/SQLite的支持。
MongoDB在Ubuntu 22.04LTS(Jammy)下也无法安装。 我发现了最棒的解决方案 用容器 我认为容器只能作为临时解决方案,因为容器有Overhead, 虽然微乎其微, 但是这是一个更注重于轻量化的项目。其次, 我认为MongoDB的配置相较于SQLite和MySQL会麻烦很多, 所以最好能加入对MySQL/SQLite的支持。
我的意思是可以先将就用一下 现在还没加这个 那就等等daidr看看有时间能不能加一下
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: