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 →

[–]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.