I am currently processing text / html data and I want to save the results in some kind of database. My current setup is Pydev with Eclipse.
What is the best unallocated database used with my current development environment?
What is the best library in python used to interact with the proposed database?
If you will not use the database directly from several locations at once, you can use the built-in sqlite3module with the SQLite database.
sqlite3
"", , , "text/html data" , . , - /HTML-, , ?
, "SQL" , , sqlalchemy , "" .
SQLite, - , , "" . sqlalchemy , SQL , , SQLite (, PostgreSQL).
Source: https://habr.com/ru/post/1738840/More articles:Reverse engineering a user data file - reverse-engineeringhttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1738834/how-can-i-round-money-values-to-the-nearest-500-interval&usg=ALkJrhjHxiLi6nx2pS4Pz8EA8Zd8XFL5RgLinq To Sql Left external join - filtering null results - c #Why doesn't the numpy matrix allow me to print lines? - pythonSQL Server: How to Optimize "Related" Queries? - sqliframe height adjustment - javascriptUpload files to Google Application Engine using Django - google-app-engineHow to change javascript warning window title in UIWebView? - iphoneHow to download images from an iPhone application developed using Titanium - phpWriting a string, numeric data in Excel using C # works, but Excel does not process numeric data correctly - c #All Articles