Skip to content

Commit

Permalink
Merge pull request #3 from iangilfillan/main
Browse files Browse the repository at this point in the history
Copyedits
  • Loading branch information
federico-razzoli authored Jun 19, 2024
2 parents f3caf14 + 1a776e0 commit 9a9b5f8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
If you contribute to Awesome MariaDB, we encourage you to add your name here.

- Alejandro Duarte https://programmingbrain.com/
- Ian Gilfillan https://www.greenman.co.za
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Topics are organised by audience, to save people from navigating through the noi

Contributions welcome!

If you want to suggest a new resource, remember that this is **Awesome MariaDB**, and ask yourself two simple quetion:
If you want to suggest a new resource, remember that this is **Awesome MariaDB**, and ask yourself two simple questions:

- Does it work well with MariaDB?
- Is it actually awesome?
Expand All @@ -23,7 +23,7 @@ Once a PR is approved, we would appreciate if you take the time to notify the ma

If you find inaccurate information, obsolete information, or resources that are not maintained anymore, please report the
problem by creating an [issue](https://github.com/Vettabase/awesome-mariadb/issues), or fix it by yourself by opening
a [pull requests](https://github.com/Vettabase/awesome-mariadb/pulls).
a [pull request](https://github.com/Vettabase/awesome-mariadb/pulls).

If you contribute to Awesome MariaDB, we encourage you to add your name to the `CONTRIBUTORS.md` file.

Expand Down
12 changes: 6 additions & 6 deletions list-dba.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Some of the below sections only include resources that were created for MariaDB.

Other sections include resources that were created for MySQL, or for both, and the extent of MariaDB support is not always optimal. For those resources, we indicate the MariaDB support level. Refer to this key.

- `MySQL`: The resource states that it support MySQL, but not MariaDB.
- `MySQL`: The resource states that it supports MySQL, but not MariaDB.
- `YES`: The resource states it supports MariaDB specifically, not something like "MySQL/MariaDB".
- `NOT VERIFIED`: The resource states that it supports MySQL and MariaDB (or the specified version number) but we do not know whether full support for MariaDB is implemented. It's possible that MariaDB support is assumed as a consequence of MySQL support, but this might be inaccurate. Please report any relevant problems you might find to us (and to the resource itself).
- `PARTIAL`: We have a clear list of what is or isn't officially supported.
Expand All @@ -43,7 +43,7 @@ Platforms and tools to automate MariaDB deployments.

Modules and collections:

- [Community.Mysql](https://docs.ansible.com/ansible/latest/collections/community/mysql/index.html) - This is the community MySQL collection distributed with Ansible. It works with MariaDB, but you need to be careful not to use MySQL specific features. MariaDB specific features are not supported.
- [Community.Mysql](https://docs.ansible.com/ansible/latest/collections/community/mysql/index.html) - This is the community MySQL collection distributed with Ansible. It works with MariaDB, but you need to be careful not to use MySQL-specific features. MariaDB-specific features are not supported.

Roles:

Expand All @@ -60,7 +60,7 @@ Articles:

| Project | MariaDB Support | License / Platform | Description |
|-----------------------------------------------------------------------|--------------------------------------|-------------------------------------------|-----------------------|
| [Backaup Manager](https://fromdual.com/fromdual-backup-manager-bman) | YES | | Supports many types of backups. By FromDual. |
| [Backup Manager](https://fromdual.com/fromdual-backup-manager-bman) | YES | | Supports many types of backups. By FromDual. |
| [mariadb-dump](https://mariadb.com/kb/en/mariadb-dump/) | YES | Distributed with MariaDB | Logical backups of data and/or schema. |
| [Mariabackup](https://mariadb.com/kb/en/mariabackup-overview/) | YES | Distributed with MariaDB | Online physical backups. |

Expand Down Expand Up @@ -121,7 +121,7 @@ In the list below, SQL-aware means that a proxy understands SQL statements, and
**Tools**

- [Acra](https://github.com/cossacklabs/acra) - Database protection suite with field level encryption and intrusion detection
- [SecuRich](http://www.securich.com/) - Stored procedures library with user management and role implementation. Unmantained, but useful with old MariaDB versions.
- [SecuRich](http://www.securich.com/) - Stored procedures library with user management and role implementation. Unmaintained, but useful with old MariaDB versions.

**Articles**

Expand All @@ -132,7 +132,7 @@ In the list below, SQL-aware means that a proxy understands SQL statements, and
| Project | MariaDB Support | License | Language | Description |
|--------------------------------------------------------------------------------------|--------------------------------|-------------------|----------------------------|---------|
| [common_schema](https://github.com/shlomi-noach/common_schema) | YES | [GPL2](https://github.com/shlomi-noach/common_schema/blob/master/LICENSE) | Stored Procedures | A library of stored procedures for DBAs. Includes a parser for its own language, QueryScript, and a debugger. |
| [Percona Toolkit](https://www.percona.com/software/database-tools/percona-toolkit) | YES | [GPL2](https://github.com/percona/percona-toolkit/blob/3.x/COPYING) | Perl | A set of Perl script for MariaDB and MySQL administration.
| [Percona Toolkit](https://www.percona.com/software/database-tools/percona-toolkit) | YES | [GPL2](https://github.com/percona/percona-toolkit/blob/3.x/COPYING) | Perl | A set of Perl scripts for MariaDB and MySQL administration.

## User Interfaces

Expand Down Expand Up @@ -162,7 +162,7 @@ Notes

1. LibreOffice Base is a generic data visualization frontend. To learn how to use it with MariaDB, see the [MariaDB KB](https://mariadb.com/kb/en/libreoffice-base/).
2. Apache OpenOffice is the project from which LibreOffice was originally forked. LibreOffice became more popular over time, so consider LibreOffice Base as well. OpenOffice Base does not support MariaDB. However it supports MySQL and ODBC drivers, so in practice it should work with MariaDB for standard use cases.
3. At the moment of this writing, MariaDB support is only mentioned in the `README.md` file. A quick [search on GitHub](https://github.com/search?q=repo%3Asequelpro%2Fsequelpro%20mariadb&type=code) shows that this support is currently limited to version identification, some permissions a TODO note.
3. At the time of writing, MariaDB support is only mentioned in the `README.md` file. A quick [search on GitHub](https://github.com/search?q=repo%3Asequelpro%2Fsequelpro%20mariadb&type=code) shows that this support is currently limited to version identification, some permissions and a TODO note.

**Web Interfaces**

Expand Down
4 changes: 2 additions & 2 deletions list-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Some of the below sections only include resources that were created for MariaDB.

Other sections include resources that were created for MySQL, or for both, and the extent of MariaDB support is not always optimal. For those resources, we indicate the MariaDB support level. Refer to this key.

- `MySQL`: The resource states that it support MySQL, but not MariaDB.
- `MySQL`: The resource states that it supports MySQL, but not MariaDB.
- `YES`: The resource states it supports MariaDB specifically, not something like "MySQL/MariaDB".
- `NOT VERIFIED`: The resource states that it supports MySQL and MariaDB (or the specified version number) but we do not know whether full support for MariaDB is implemented. It's possible that MariaDB support is assumed as a consequence of MySQL support, but this might be inaccurate. Please report any relevant problems you might find to us (and to the resource itself).
- `PARTIAL`: We have a clear list of what is or isn't officially supported.
Expand Down Expand Up @@ -129,7 +129,7 @@ Notes

1. LibreOffice Base is a generic data visualization frontend. To learn how to use it with MariaDB, see the [MariaDB KB](https://mariadb.com/kb/en/libreoffice-base/).
2. Apache OpenOffice is the project from which LibreOffice was originally forked. LibreOffice became more popular over time, so consider LibreOffice Base as well. OpenOffice Base does not support MariaDB. However it supports MySQL and ODBC drivers, so in practice it should work with MariaDB for standard use cases.
3. At the moment of this writing, MariaDB support is only mentioned in the `README.md` file. A quick [search on GitHub](https://github.com/search?q=repo%3Asequelpro%2Fsequelpro%20mariadb&type=code) shows that this support is currently limited to version identification, some permissions a TODO note.
3. At the time of writing, MariaDB support is only mentioned in the `README.md` file. A quick [search on GitHub](https://github.com/search?q=repo%3Asequelpro%2Fsequelpro%20mariadb&type=code) shows that this support is currently limited to version identification, some permissions and a TODO note.

**Web Interfaces**

Expand Down

0 comments on commit 9a9b5f8

Please sign in to comment.