Building an Entity Model Using SQLite
Learn about creating entity data models for our practical applications using SQLite, generating entity models, and setting up the SQLite database.
We'll cover the following...
We'll cover the following...
Practical applications usually need to work with data in a relational database or another data store. We will define an entity data model for the Northwind database stored in SQL Server or SQLite. It will be used in most apps we create in subsequent chapters.
Database files
The Northwind4SQLServer.sql
and Northwind4SQLite.sql
script files are different. The script for SQL Server creates