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

https://github.com/snerble/linqtosql

Assignment for Software Engineering minor
https://github.com/snerble/linqtosql

Last synced: about 2 months ago
JSON representation

Assignment for Software Engineering minor

Awesome Lists containing this project

README

        

# LinqToSQL
Assignment for Software Engineering minor

# Roadmap

- [x] `SELECT`
- [x] `WHERE`
- [ ] `INCLUDE`
- [x] `ORDERBY`
- [x] `GROUPBY`

## Optional stuff to make it useful

**Note:** These features probably won't be implemented but I still listed them here just in case I'm ever up for a challenge. Not that I'll be using this in favor of Entity Framework mind you, but I've had fun with this project so far so I might as well turn it into something practical for fun.

- [ ] `INSERT`
- [ ] `UPDATE`
- [ ] `DELETE`
- [ ] Creating tables
- [ ] Database model snapshot for optimized performance
- [ ] Basic migrations system