bug-gnubg
[Top][All Lists]
Advanced

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

Re: [Bug-gnubg] sqlite sync


From: Christian Anthon
Subject: Re: [Bug-gnubg] sqlite sync
Date: Tue, 08 Jan 2008 11:09:04 +0100
User-agent: Thunderbird 2.0.0.9 (X11/20071115)

Jonathan Kinsey wrote:

> I'm making some changes to the database, I recently removed some fields from 
> the
> database, this will unfortunately break everything.  I'm currently adding a
> native sqlite interface (keeping the python ones but moving the code from 
> python
> to c).
> 

Yes the database was too complicated for our needs. You could do a lot
of fancy things that nobody would ever bother to do anyway. Simplifying
now when the number of users is low seems like a good idea.

The c interface to sqlite is easier to use than the python api, imo. So
why keep the python interface to the database? I'll bet you that at some
point the two interfaces will get out of sync and we will then remove
one of them anyway.

Christian.




reply via email to

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