On Feb 28, 12:10 am, Stephan Beal <[email protected]> wrote: > This evening i've made good progress on sqlite3 bindings for v8. It > only binds about 15 functions at the moment, but this effort has shown
After 12-hour hackathon (with intermittent walks with the dog) the sqlite3 bindings are almost complete, with about 45 bound functions and 50 sqlite3-defined constants. The only "significantly missing" features are: a) JS-side custom callbacks for sqlite3_exec() (i'm having trouble with my Function::Call() forwarding) b) JS-side custom SQL functions (e.g. "select myfunc(a,b,c) ...") (same general problem as (a)) c) custom collating sequences (i have no plans to bind those parts). If there's any interest, get in touch and i'll get the code online, otherwise it'll sit here on my hard drive for a while. Kudos to the v8 team for making this so easy to do :). Happy hacking! --~--~---------~--~----~------------~-------~--~----~ v8-users mailing list [email protected] http://groups.google.com/group/v8-users -~----------~----~----~----~------~----~------~--~---
