An open API service indexing awesome lists of open source software.

https://github.com/hjo12/sqliteuwp_basic

A Universal Windows Platform application implementing a simple example of CRUD operations with sqlite
https://github.com/hjo12/sqliteuwp_basic

csharp sqlite universal-windows-platform uwp uwp-apps

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](Sqlite_UWP/Images/AppEx1.png)

Content dialog popup for updating task:

![Image of Program2](Sqlite_UWP/Images/AppEx2.png)

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

![Image of Program3](Sqlite_UWP/Images/AppEx3.png)

## 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

* [Universal Windows Platform](https://developer.microsoft.com/en-us/windows/apps) - The desktop framework used
* [Sqlite - Get Started with Microsofts Example](https://docs.microsoft.com/en-us/windows/uwp/data-access/sqlite-databases) - Database used

## Contributing

[Coming Soon]

## Authors

* **Hunter** - *Initial work* - [hjohnson012](https://github.com/hjohnson012)

See also the list of [contributors](https://github.com/hjohnson12/NotepadEditorUWP/graphs/contributors) who participated in this project.

## License

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