> On Jan 2, 2018, at 1:49 PM, Gregory Moore <thewatchful...@gmail.com> wrote:
> 
> I was poking around in FMDB’s source code on github. FMDB is a widely used 
> Objective-C wrapper around SQLite. I was looking to see what they do out of 
> curiosity.  FMDB declares and uses the database variable like this:
> 
> void *_database;

This was probably just done to avoid having to include <sqlite3.h> in the FMDB 
header files.

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

Reply via email to