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
支持连接至 PostgreSQL / SQLite 等数据库,提供更多数据存储选项。
可以考虑引入一个 ORM 层,消除数据库服务间的差异(比如数据类型),这带来以下优势:
java.sql
但是可能与现有的数据表定义不兼容,需要新的版本。
基于现有的 “连接池” 模式,扩展使用其他数据库的连接池实现, 这需要手动处理数据库数据类型差异和 SQL 操作的差异。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
描述功能请求
支持连接至 PostgreSQL / SQLite 等数据库,提供更多数据存储选项。
可以考虑引入一个 ORM 层,消除数据库服务间的差异(比如数据类型),这带来以下优势:
java.sql
包但是可能与现有的数据表定义不兼容,需要新的版本。
描述你考虑过的备选方案
基于现有的 “连接池” 模式,扩展使用其他数据库的连接池实现,
这需要手动处理数据库数据类型差异和 SQL 操作的差异。
请确认此建议所影响的内容
The text was updated successfully, but these errors were encountered: