Xamarin.Mac - MacDatabase

Source code for the Working with SQLite Databases documentation on Xamarin Developer Center

This project covers working with SQLite Databases through direct access and Data Binding and Key-Value Coding in a Xamarin.Mac application. It also covers using the SQLite.Net ORM to read and write SQLite data that will be displayed in a Table View.

Mac table showing database data

Prerequisites

Running the sample

  1. Open the solution file (.sln) in Visual Studio for Mac.
  2. Use the Run button or menu to start the app.