Skip to content

Can I use reader with a database other than SQLite? #324

Closed Answered by lemon24
js-compilatrum asked this question in Q&A
Discussion options

You must be logged in to vote

Currently, reader only supports SQLite.

That said, it is mostly possible to plug in alternative storage implementations. Update: Starting with reader 3.10, it is possible to use an alternate storage implementation via make_reader(_storage=...); the interface is documented in Internal API # Storage.

An SQLAlchemy-backed one would be especially useful, since it would make reader work on a variety of database engines; alas, I do not have enough time to support it at the moment.

If you are interested in writing your own, please let me know, so I can do the few necessary API changes; more details in #168 (comment)

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by lemon24
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@lemon24
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants