Jonathan M Davis Wrote:

> How stable is SQLite's API? If they put out SQLite 3.7.6, will any of the 
> bindings then be invalid? 

Well, from 3.7.3 to 3.7.5 I added a few enum values and a couple functions. I'd 
say SQLite has a fairly stable API.

That said, I did what zlib did and included the source for SQLite as part of 
the build for Phobos. And I think this is a great approach because it means 
SQLite will always be there and always the supported version.

Reply via email to