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

https://github.com/bas-boop/pokemon-database

Simple C# database
https://github.com/bas-boop/pokemon-database

csharp database

Last synced: 2 months ago
JSON representation

Simple C# database

Awesome Lists containing this project

README

          

# Pokemon-Database
A simple database program to learn how a database would work.

* [Program.cs](https://github.com/bas-boop/Pokemon-Database/blob/master/Database/Database/Program.cs)
* [Pokedex.cs](https://github.com/bas-boop/Pokemon-Database/blob/master/Database/Database/Pokedex.cs)
* [Pokemon.cs](https://github.com/bas-boop/Pokemon-Database/blob/master/Database/Database/Pokemon.cs)