是否可以考虑支持rqlite #1913

Open
opened 2021-06-02 01:45:31 +00:00 by janse_zyd · 4 comments
Contributor

rqlite是基于 SQLite 构建的轻量级、分布式关系数据库, 使用Go编程实现,使用Raft算法来确保所有SQLite数据库实例的一致性

相关链接:https://github.com/rqlite/rqlite

rqlite是基于 SQLite 构建的轻量级、分布式关系数据库, 使用Go编程实现,使用Raft算法来确保所有SQLite数据库实例的一致性 相关链接:https://github.com/rqlite/rqlite
Owner

Is there any golang driver for this database?

Is there any golang driver for this database?
lunny added the
need
feedback
label 2021-06-06 05:24:17 +00:00
Author
Contributor

这个没有提供golang的驱动

这个没有提供golang的驱动
lunny added the
kind
proposal
label 2021-06-06 11:27:00 +00:00
Author
Contributor

This is not a database/sql driver:
https://github.com/rqlite/gorqlite

This is not a database/sql driver: https://github.com/rqlite/gorqlite
Owner

If there is no driver, it cannot be integrated with xorm.

If there is no driver, it cannot be integrated with xorm.
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: xorm/xorm#1913
No description provided.