Skip to content

A simple way to setup and work with SQLite server-less database in Windows Presentation Foundation (WPF) using C#

Notifications You must be signed in to change notification settings

tendaimaswaya/SQLiteWPF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

SQLiteWPF

If you are creating your own project from scratch, use Nuget package manager to install the SQLite packages. You can copy and paste the following into your package manager:

Install-Package System.Data.SQLite -Version 1.0.108

Then you're good to go

About

A simple way to setup and work with SQLite server-less database in Windows Presentation Foundation (WPF) using C#

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages