At 1:07 PM -0700 5/17/04, Raymond Irving wrote:
Making SQLite more connectable is something that the team should also consider. Not everyone uses C or C++ and not all components have an interface to bind an array. We just have to look at what tools we have available and see how best we can make them integrate-able.

A strong point to consider is that, because the SQLite core is written in pure C, it is already in the best situation for integrating or linking, since every other language can bind to C easily, and easy bindings do exist for many languages already.


As for C++, consider that a completely different can of worms or language, even if the name also starts with 'C'; C++ is a lot harder to integrate with other languages than C is, but SQLite isn't written in C++, so that's not a concern for most people.

-- Darren Duncan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to