tortoise / tortoise/tortoise-orm
Add support for rqlite
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 5.6k
- Forks
- 516
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 9
Description
Describe the solution you'd like
I would like to be able to use Tortoise with rqlite databases.
Rqlite is an sqlite-based system that serves over HTTP, and can handle multiple database instances.
Describe alternatives you've considered
I've already created the aiorqlite library to support accessing an rqlite database asynchronously.
I've also begun work on adding rqlite to tortoise at the add-rqlite branch, but I would like assistance in checking my code - neither aiorqlite nor this branch have been rigorously tested yet.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the linked aiorqlite library and the add-rqlite branch in tortoise-orm, since both are explicitly identified as the proposed implementation. Check the existing tests and add-rqlite changes for coverage; done means Tortoise can use rqlite databases and the integration is rigorously tested.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, sqlite
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100