Store a variable permanently

Steven D'Aprano steve+comp.lang.python at pearwood.info
Fri Mar 1 20:43:51 EST 2013


On Fri, 01 Mar 2013 07:42:38 -0700, Michael Torrie wrote:

> Another solution is to use a database system.  Either SQLite
> (file-based) or something server-based like PosgreSQL or MariaDB.

The data in this case is a single integer value. Installing and running a 
database for a single integer is like using a using a bulldozer for 
moving your keyboard half an inch to the left.



-- 
Steven



More information about the Python-list mailing list