Skip to content

t-advice/SQLiteTutorials1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SQLiteTutorials1

A simple .NET MAUI app demonstrating how to use SQLite for local data storage.


Overv iew

This app lets you:

  • Add text notes
  • Save them locally using SQLite
  • Automatically persist notes between app restarts

Perfect for learning basic CRUD operations with SQLite in .NET MAUI.


Tech Stack

  • .NET MAUI
  • C#
  • SQLite-net-pcl
  • SQLitePCLRaw.bundle_green

Project Structure

SQLiteTutorials1/ ├── Data/ │ └── DatabaseService.cs # Handles SQLite connection & CRUD operations ├── Models/ │ └── Note.cs # SQLite table model ├── MainPage.xaml # UI layout ├── MainPage.xaml.cs # UI logic for saving & displaying notes ├── App.xaml.cs # Initializes the database └── README.md

Future Improvements

Edit notes

Delete notes

Add categories

Cloud sync (using REST API)

made by Tashwill , 2025

About

I have created this app in .net maui. The app uses SQlite . This is a simple class tutorial.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages