Tencent / APIJSON

🏆 实时 零代码、全功能、强安全 ORM 库 🚀 后端接口和文档零代码,前端(客户端) 定制返回 JSON 的数据和结构 🏆 Real-Time coding-free, powerful and secure ORM 🚀 providing APIs and Docs without coding by Backend, and the returned JSON of API can be customized by Frontend(Client) users
http://apijson.cn
Other
17.29k stars 2.16k forks source link

请问是否支持SQLite数据库 #756

Open Wang-Yumin opened 3 months ago

Wang-Yumin commented 3 months ago

Description

如题,我在 SQLConfig 中没有找到 DATABASE_SQLITE 这样的配置,想知道是否支持 SQLite 数据库?

TommyLemon commented 3 months ago

SQLite 兼容部分 MySQL 语法及 JDBC,可以用 DATABASE_MYSQL 试试,不过 dburi 等还是要用 SQLite 的配置。 如果可行,后面为了方便,可以 SQLConfig 内新增 DATABASE_SQLITE 以及 isSQLite 判断方法

afumu commented 2 months ago

@Wang-Yumin 可以看看这里,我加了SQLite的配置支持 https://github.com/Tencent/APIJSON/pull/757

TommyLemon commented 2 months ago

@Wang-Yumin 可以看看这里,我加了SQLite的配置支持 #757

@afumu 非常感谢,APIJSON-Demo 也需要新增一个配置 SQLite JDBC 的版本哈 https://github.com/APIJSON/APIJSON-Demo/tree/master/APIJSON-Java-Server

可以试试 https://github.com/xerial/sqlite-jdbc