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
- Host: GitHub
- URL: https://github.com/karenpayneoregon/teach-sqlite
- Owner: karenpayneoregon
- Created: 2024-04-28T20:40:59.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-11T14:50:17.000Z (about 1 year ago)
- Last Synced: 2025-05-13T01:17:30.960Z (12 months ago)
- Topics: csharpcore, dapper-donet-core, efcore, sqlite3
- Language: C#
- Homepage:
- Size: 1020 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)
-