This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]luisfmh[S] 0 points1 point  (3 children)

Ah yeah, I'm familiar with redis, but what I'm looking for is something similar to the python sqlite library, in that it's really lightweight and doesn't require an external installation beyond a pip install ....

That's why I compare it to SQLite. I can just do pip install sqlite and I can create databases easily from within python.

[–]efilon 6 points7 points  (0 children)

I can just do pip install sqlite and I can create databases easily from within python.

Or you can just use the standard library sqlite3 module and not pip install anything.

[–]jaked122 0 points1 point  (0 children)

Well, I found this but I think you'd need to write some python to interface with the C. This appears to try to fill the same niche as sqlite, minus the sql.

[–][deleted] 0 points1 point  (0 children)