Search code examples
objective-csqlitefmdb

query custom classes via FMDB


I am new with FMDB and sqlite. i want to know is it possible to query custom classes via FMDB.

I cant understand the advantages of using FMDB over sqlite.. are there any added APIs and functionalities?

Can anyone help me understand how to use the custom functions of sqlite.


Solution

  • FMDB is just a wrapper for sqlite.

    Not sure what you mean by query custom classes, you can query whatever you've saved in the sqlite database