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
- Host: GitHub
- URL: https://github.com/bas-boop/pokemon-database
- Owner: bas-boop
- Created: 2021-11-22T13:32:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-31T19:37:40.000Z (over 2 years ago)
- Last Synced: 2024-03-31T20:30:36.570Z (over 2 years ago)
- Topics: csharp, database
- Language: C#
- Homepage:
- Size: 299 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.MD
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)