On 04/20/2018 10:28 AM, 20/20 Lab wrote:
Going to write my first python program that uses a database. Going to store 50-100 rows with 5-10 columns.  Which database / module would you advise me to use?  It's basically going to be processing order status emails for the sales staff.  Producing a webpage (2-3 times daily, as updates arrive) that has the sales staff orders and status on it.   I'm thinking just a simple sqlite, but dont want to waste time going down the wrong path.


Thank you for your time


SQLite, without question. It just works in a way that server-based solutions will give you all manner of initial bootstrap issues.

--
Rob Gaddi, Highland Technology -- www.highlandtechnology.com
Email address domain is currently out of order.  See above to fix.
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to