Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denscholar/vet-clinic
https://github.com/denscholar/vet-clinic
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/denscholar/vet-clinic
- Owner: denscholar
- Created: 2022-04-05T16:50:36.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2022-04-09T15:03:37.000Z (almost 3 years ago)
- Last Synced: 2023-03-06T05:54:02.906Z (almost 2 years ago)
- Language: PLpgSQL
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SQL-databases-projects
## Getting Started
This repository includes files with plain SQL that can be used to recreate a database:
To explore or play with this code you should :
- Clone the repository
- Open the repository using your favorite Integrated Development Environment (e.g. for Visual Studio Code the command is `code .`)- Use [schema.sql](./schema.sql) to create all tables.
- Use [data.sql](./data.sql) to populate tables with sample data.
- Check [queries.sql](./queries.sql) for examples of queries that can be run on a newly created database. **Important note: this file might include queries that make changes in the database (e.g., remove records). Use them responsibly!**## Authors
👤 **Author**
## Dennis Akagha
- GitHub: [@denscholar](https://github.com/denscholar)
- Twitter: [@denscholar](https://twitter.com/dennisakagha)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/dennisakagha/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc## 📝 License
This project is [MIT](./MIT.md) licensed.