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
- Host: GitHub
- URL: https://github.com/hjo12/sqliteuwp_basic
- Owner: hjo12
- Created: 2019-06-10T04:50:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-10T05:30:46.000Z (about 7 years ago)
- Last Synced: 2025-09-24T18:33:57.175Z (9 months ago)
- Topics: csharp, sqlite, universal-windows-platform, uwp, uwp-apps
- Language: C#
- Size: 2.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:

Content dialog popup for updating task:

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

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