> What do you mean by "Mapping".  There are several api wrappers for
> sqlite written in C++.  See
> http://www.sqlite.org/cvstrac/wiki?p=SqliteWrappers
> 

After checking some of the things on that list, ruling out some for
superficial reasons (like thinking that C++ is Java and writingLikeThis), I
found sqlite3pp (http://code.google.com/p/sqlite3pp/ ) to be pretty darn
neat. My own version actually uses the same sqlite3pp namespace (lending
this one more points of course ;), and the google-hosted one has some of the
cleanest API designs I've ever seen, including the oh-so-neat iterators for
SELECT results. I'd say if you're looking for a C++ wrapper, go with this
one (I realize the OP might not be looking for an API wrapper). I didn't
look at the implementation (because I'm working on an already so-close
library), but I do hope it's not commented in Korean ;).

- Sherief

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to