0

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.

Preethi
  • 154
  • 14

1 Answers1

0

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

Nick
  • 1,315
  • 9
  • 16