Skip to content

dvdalves/dapper-sqlite-api

Repository files navigation

CRUD API Dapper SQLite

This is a simple project that demonstrates how to create a CRUD (Create, Read, Update, Delete) API in .NET using Dapper and SQLite.

Features

  • List all products
  • Retrieve a product by ID
  • Add a new product
  • Update an existing product
  • Delete a product

Technologies Used

  • .NET 9
  • Dapper (ORM)
  • SQLite.Core (Database)

Database Setup

The SQLite database will be created automatically when the application is started for the first time. Make sure the database.db file is created in the application directory.

About

CRUD in .NET 8 WebAPI using Dapper and SQLite, created for learning purposes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages