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 Wireshark and go-mysql #26

Merged
merged 1 commit into from
Nov 22, 2024
Merged
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
14 changes: 14 additions & 0 deletions list-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ This list is intended for Developers. There are lists intended for other audienc
- [Misc Libraries](#misc-libraries)
- [NoSQL and Key Value Storage](#nosql-and-key-value-storage)
- [ORMs](#orms-and-other-abstraction-layers)
- [Protocol](#protocol)
- [Replication](#replication)
- [Schema Versioning Tools](#schema-versioning-tools)
- [Stored Routines](#stored-routines)
- [User-Defined Functions](#user-defined-functions)
Expand Down Expand Up @@ -245,6 +247,18 @@ Links to articles and information on the various methods and utilities to read a

**@TODO** Check the ORMs in [this list](https://en.wikipedia.org/wiki/List_of_object%E2%80%93relational_mapping_software).

## Protocol

| Project Name | MariaDB Support | License / Platform |
| ------------------------------------------------------- | --------------- | ------------------ |
| [Wireshark](https://gitlab.com/wireshark/wireshark/) MySQL Protocol Dissector | Yes | GPLv2 |

## Replication

| Project Name | MariaDB Support | License / Platform |
| ------------------------------------------------------- | --------------- | ------------------ |
| [go-mysql](https://github.com/go-mysql-org/go-mysql) | Yes | MIT |

## Schema Versioning Tools

| Project Name | MariaDB Support | License / Platform |
Expand Down