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

https://github.com/karenpayneoregon/teach-sqlite

For teaching purposes
https://github.com/karenpayneoregon/teach-sqlite

csharpcore dapper-donet-core efcore sqlite3

Last synced: 10 months ago
JSON representation

For teaching purposes

Awesome Lists containing this project

README

          

# About

For teaching working with [SQLite](https://learn.microsoft.com/en-us/dotnet/standard/data/sqlite/?tabs=netcore-cli) using
- EF Core
- Dapper

More to follow in a Dev.io article.

[Appropriate Uses For SQLite](https://www.sqlite.org/whentouse.html)

## Stored Procedures

- [Basics](https://github.com/aergoio/sqlite-stored-procedures)

## Not covered

- [Encryption](https://learn.microsoft.com/en-us/dotnet/standard/data/sqlite/encryption?tabs=netcore-cli)
-