Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add article: Three simple rules to not fail (too much) your data design (Sylvain) #13

Merged
merged 3 commits into from
Jul 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ If you contribute to Awesome MariaDB, we encourage you to add your name here.
- Ian Gilfillan https://www.greenman.co.za
- Richard Bensley https://vettabase.com
- Robert Silén https://mariadb.org
- Sylvain Arbaudie https://arbaudie.com
3 changes: 2 additions & 1 deletion list-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,13 @@ Loosely ordered by language, SQL first.
| [MariaDB Tutorial](https://www.tutorialspoint.com/mariadb/) | SQL, PHP | BEGINNER | Text | [2] |
| [How To Store and Retrieve Data in MariaDB Using Python](https://www.digitalocean.com/community/tutorials/how-to-store-and-retrieve-data-in-mariadb-using-python-on-ubuntu-18-04) | Python | BEGINNER / INTERMEDIATE | Text |
| [Connect to MariaDB Data in Ruby](https://www.cdata.com/kb/tech/mariadb-odbc-ruby.rst) | Ruby | BEGINNER | Text | |

| [Three simple rules to not fail (too much) your data design](https://github.com/SylvainA77/articles/blob/main/Three-rules-not-fail-data-design.md) | N/A | BEGINNER / INTERMEDIATE | Text | [3]

Notes

1. The Java part only shows how to connect to MariaDB with a JDBC driver.
2. The PHP part might be obsolete, because it still uses the old `mysql` non-OOP extension. However, editing the snippets to use `mysqli` or other libraries should be easy.
3. Fully data design oriented

**Language-specific articles**

Expand Down