This project is a sample of a database for Pokedex with SQL Create scripts and his respectives data.
The Pokedex site used (only Kanto Region) :
PokemonDb
When we want to learn a language or start a project, we always find ourselves standing without a data source to help us. This project provides a simple and well-known database for easy access and use by anyone who needs data for their activities
Here's why:
- As a developer we have to be constantly learning and optimizing our knowledge
- When you are learning things , see examples is one of the best ways to start
- Let's all agree here we know all the first generation of pokemon. Who doesn't like pokemon?
You may also suggest changes by forking this repo and creating a pull request or opening an issue.
A list of commonly used resources that I find helpful are listed in the acknowledgements.
- None :).
- Well, a database administration tool, suggestions:
- DB Browser for SQLite if you use SQLite (you can use another browser)
- DBeaver it's free and database agnostic.
- 📁 raw
Folder for raw scripts, non normalized data.
- 📁 normalized
Folder for normalized scripts, with all entities.
- 📁 resource
Folder for all project resources, like images and other utils.
- Add support for relational databases:
- SQLite
- Mysql
- PostgreSQL
- Add suport for NoSql databases:
- MongoDB
- Neo4J
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
João Vitor Esperandio Barbosa - [email protected]