bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnubg] Database interface


From: Jon Kinsey
Subject: [Bug-gnubg] Database interface
Date: Tue, 25 May 2004 13:12:56 +0100
User-agent: Mozilla Thunderbird 0.6 (Windows/20040502)

I've just had a quick look at the new sql database code and have managed to get it working under windows. I've used the public domain database engine sqlite, which implements a subset of SQL92. The main thing used that wasn't covered was schemas, so I've changed my code here to not use "gnubg." in places.

I'm not sure about using python to access the database. It wasn't a problem as there is a pysqlite module, I just don't think it's necessary. To put it another way, it adds a dependency that isn't strictly required. I imagine the code could easily be changed so that the database access is in the C layer and the python code changed to use this. Is there any other reason to use python for this?

Jon





reply via email to

[Prev in Thread] Current Thread [Next in Thread]