---
title: "What is FMDB?"  
description: "What is FMDB?"  
author: "Tarun Kumar"  
published: 2015-11-25  
updated: 2020-09-24  
canonical: https://www.mindstick.com/interview/22915/what-is-fmdb  
category: "iphone"  
tags: ["iphone", "ios", "objective c"]  
reading_time: 1 minute  

---

# What is FMDB?

FMDB stands for 'Flying Meat Database'.\
It is used as a full featured wrapper for SQLite database.\
It is used to create a database, creating table, inserting records in table, fetching records or deleting records from table.

## Answers

### Answer by Tarun Kumar

FMDB stands for 'Flying Meat Database'.\
It is used as a full featured wrapper for SQLite database.\
It is used to create a database, creating table, inserting records in table, fetching records or deleting records from table.


---

Original Source: https://www.mindstick.com/interview/22915/what-is-fmdb

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
