On Fri, 2005-03-18 at 01:06 +0000, chan wilson wrote: > I was wondering there is a roadmap of SQLite since many users are > concerning what will the upcoming SQLite look like. :) >
SQLite roadmap: * Add new features consistent with the mission of SQLite. * Recode existing features to be smaller and/or faster. * Always, always be backwards compatible. * Keep the core database small and efficient - new features can be omitted using compile-time flags. * Maintain test coverage above 95% * Maintain and enhance code readability and understandability. * Recruit commercial users of SQLite to provide financial support to accomplish all of the above. :-) -- D. Richard Hipp <[EMAIL PROTECTED]>