Daniel
2012-08-28 23:23:31 UTC
I have no experience with SQL (all I know is that it is used to create/modify/search databases), but I was wondering if it would be the best choice for my application.
I have a Python script that loads/creates a lot of data. Currently, I store this data in a CSV text file, but this makes it very hard to search through the data quickly and there is more and more data every day. Instead of these CSV files, I would like to create a database that python is able to access/add to.
Is this possible? And are there any links/things to search for to get me started?
Thank you so much!