https://github.com/pojntfx/uni-db1-notes
Personal notes for the DB1 course at HdM Stuttgart.
https://github.com/pojntfx/uni-db1-notes
hdm-stuttgart learning oracle plsql sql uni
Last synced: 6 months ago
JSON representation
Personal notes for the DB1 course at HdM Stuttgart.
- Host: GitHub
- URL: https://github.com/pojntfx/uni-db1-notes
- Owner: pojntfx
- License: agpl-3.0
- Created: 2021-01-27T20:51:55.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-07T00:29:06.000Z (over 1 year ago)
- Last Synced: 2024-07-07T01:33:40.237Z (over 1 year ago)
- Topics: hdm-stuttgart, learning, oracle, plsql, sql, uni
- Language: Makefile
- Homepage: https://pojntfx.github.io/uni-db1-notes/
- Size: 20.5 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Uni DB1 Notes
Notes for the DB1 (databases) course at HdM Stuttgart. DB1 is an introduction to SQL and PL/SQL using the proprietary Oracle database.
If you intend on learning how to work with databases, please refrain from using the proprietary Oracle database. Choose a superior alternative, such as PostgreSQL or MariaDB instead. [Free Software, Free Society](https://www.fsf.org/about/what-is-free-software)!
[](https://github.com/pojntfx/uni-db1-notes/actions/workflows/deliverance.yaml)
## Overview
You can [view the notes on GitHub pages](https://pojntfx.github.io/uni-db1-notes/), [download them from GitHub releases](https://github.com/pojntfx/uni-db1-notes/releases/latest) or [check out the source on GitHub](https://github.com/pojntfx/uni-db1-notes).
## Contributing
To contribute, please use the [GitHub flow](https://guides.github.com/introduction/flow/) and follow our [Code of Conduct](./CODE_OF_CONDUCT.md).
To build and open a note locally, run the following:
```shell
$ git clone https://github.com/pojntfx/uni-db1-notes.git
$ cd uni-db1-notes
$ ./configure
$ make depend
$ make dev-pdf/your-note # Use Bash completion to list available targets
# In another terminal
$ make open-pdf/your-note # Use Bash completion to list available targets
```
The note should now be opened. Whenever you change a source file, it will automatically be re-compiled.
## License
Uni DB1 Notes (c) 2022 Felicitas Pojtinger and contributors
SPDX-License-Identifier: AGPL-3.0