Skip to content

Commit

Permalink
Add Wireshark and go-mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed Nov 21, 2024
1 parent bfa5143 commit 271bceb
Showing 1 changed file with 14 additions and 0 deletions.
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

0 comments on commit 271bceb

Please sign in to comment.