Sqlite Library
API Docs give the following for opening a database.
Yet the larger example show this for an example.
let theDb = open("mytest.db", nil, nil, nil)
It seems to me that the arguments passed to open are not in the same order as described in the docs. Can someone help me understand how to read the API docs better? Sorry for all the questions but I'm a newb really trying to understand.
Thanks Jim