> The best way to make a wrapper round SQLite is to use its
> API, which is generally thought of as "programming using SQLite".

I agree with that. And to make a good wrapper without changing SQLite
itself you don't need to know the most part of SQLite's internals,
especially you don't ever need to know how VDBE works.

Pavel

On Tue, Mar 23, 2010 at 9:06 AM, Hamish Allan <ham...@gmail.com> wrote:
> On Tue, Mar 23, 2010 at 1:02 PM, Navaneeth Sen B
> <navanee...@tataelxsi.co.in> wrote:
>
>> My ultimate aim is not to program using SQLite.
>> I just want to know the internals of it? How it works?
>> How i can make a new wrapper around it so that my exsisting applications
>> can use it without huge changes..
>
> The first and third of these statements seem to contradict one
> another. The best way to make a wrapper round SQLite is to use its
> API, which is generally thought of as "programming using SQLite".
>
> Best wishes,
> Hamish
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to