Not like loading a database. There are several options when you need to create a sqlite3 database in your project through a terminal or Mozilla firefox (Provide add-ons for sqlite3 manager - Google it). After creating the database, you should add the libsqlite3.0.dylib Framework to your project, provided by the Apple developer documentation.
For more information, follow this tutorial. Which would be nice to get started with sqlite3.
source share