Skip to content

A Universal Windows Platform application implementing a simple example of CRUD operations with sqlite

Notifications You must be signed in to change notification settings

hjohnson12/SqliteUWP_Basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sqlite UWP

This is an example of using a sqlite database in a universal windows platform application. Simple Create, Read, Update, and Delete (CRUD) operations are used within this project to show working with data in a database.

Items are read from database at runtime and stored into listview:

Image of Program1

Content dialog popup for updating task:

Image of Program2

Multiple selection is enabled so you're able to delete multiple items at once:

Image of Program3

Getting Started

Prerequisites

Minimum version: Windows 10, Version 1809

Target Version: Windows 10, Version 1903

Nuget Packages Required:

Microsoft.Data.Sqlite.Core (Microsoft.Data.Sqlite works too) SQLitePCLRaw.bundle_winsqlite3

Built With

Contributing

[Coming Soon]

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

A Universal Windows Platform application implementing a simple example of CRUD operations with sqlite

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages