jmpos7 / celestial-bodies-db-psql

PostgreSQL database of celestial bodies including galaxies, stars, planets, and moons, and their discoverers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Celestial Bodies Database

A database of celestial bodies including galaxies, stars, planets, and moons, as well as information about their discoverers.

Summary

The database contains tables for each of the celestial bodies and the people who discovered them, as well as a cross-reference table to connect the two. The tables include information about the celestial bodies, including their names, properties, and characteristics, as well as information about the people who discovered them, including their names, countries, and dates of birth and death.

Schema

For a complete overview of the database schema, including the structure and data types of each table, please see the schema document.

Getting Started

Prerequisites

  • PostgreSQL installed on your machine
  • A PostgreSQL client such as pgAdmin or the command line

Installation

  1. Clone or download the repository to your machine
  2. Open a PostgreSQL client
  3. Create a database named celestial_bodies
  4. Run the celestial_bodies.sql script in your PostgreSQL client to create and populate the tables

Usage

You can now query the celestial_bodies database to retrieve information about celestial bodies and their discoverers.

License

This project is licensed under the MIT License.

MIT License

Copyright (c) [2023] [jmpos7]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

PostgreSQL database of celestial bodies including galaxies, stars, planets, and moons, and their discoverers.