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

sqlite支持 #373

Closed
wants to merge 2 commits into from
Closed

Conversation

gemail1024
Copy link

1、pom文件添加sqlite依赖;
2、truncate改为delete兼容sqllite;
3、读取配置文件driverClassName,如果为sqlite驱动,使用DateTypeHandler转换时间类型; 4、RedisCache新增hutool本地缓存,默认使用redis,若spring.redis.disabled为true,则使用本地缓存;

2、truncate改为delete兼容sqllite;
3、读取配置文件driverClassName,如果为sqlite驱动,使用DateTypeHandler转换时间类型;
4、RedisCache新增hutool本地缓存,默认使用redis,若spring.redis.disabled为true,则使用本地缓存;
@oddfar
Copy link
Owner

oddfar commented Jul 3, 2024

本项目暂不需要sqlite,若你有兴趣维护,我开个sqlite分支给你

@gemail1024
Copy link
Author

本项目暂不需要sqlite,若你有兴趣维护,我开个sqlite分支给你

开个分支也可以的,我这次提交的代码只需要改配置文件中的数据库相关配置为SQLite即可使用,MySQL和SQLite可以无缝切换

@oddfar
Copy link
Owner

oddfar commented Jul 7, 2024

你推到sqlite分支吧,让他们自行选择使用哪个

@oddfar
Copy link
Owner

oddfar commented Jul 7, 2024

晚点我再文档补充一下说明 sqlite 分支

@oddfar oddfar closed this Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants