I am currently processing text/html data and I wish to store my results in some sort of database. My current setup is Pydev with Eclipse.
-
What is the best non-distributed database to use with my current development environment?
-
What is the best library in python to use to interface with suggested database?
If you won’t be using the database itself from multiple locations at once then you can use the built-in
sqlite3module with a SQLite database.