Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

motecshine/codec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

143 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DB Protocol Codec

MySQL && DM

Version SSL Session Manager Decode Compress Algo Request Response
5.5.x false false false true not full completed
5.6.x false true false true not full completed
5.7.x false true false true not full completed
8.0.x false true false true not full completed
8.1.x false true false true not full completed
8.2.x false true false true not full completed
8.3.x false true false true not full completed

Note: Not full completed means that the codec can not decode the full packet, but can decode the packet header.

Note: Protocols prior to MySQL 5.x are not intended to be supported.

Codec Supported Protocols

Client

ProtocolName ProtocolVersion Supported
HandshakeV10 Response 10 false
Query 10 true
CompressedPacket 10 false

Server

ProtocolName ProtocolVersion Supported
HandshakeV10 10 true
OK 10 true
ERR 10 true
EOF 10 true
ColumnCount 10 true
ColumnDefinition41 10 true
ColumnDefinition320 9 true
RowData 10 false
CompressedPacket 10 false

TDS

Version SSL Session Manager Decode Compress Algo Request Response
7.0 false false false true un-verify
7.1 false true false true un-verify
7.2 false true false true un-verify
7.3 false true false true true
7.4 false true false true true
8.x false false false true false

Note: 8.x protocol packets are fully encrypted, and the codec does not support encryption.

PostgresSQL && KingBase

Version SSL Session Manager Decode Compress Algo Request Response
9.x false false false true un-verify
10.x false true false true un-verify
11.x false true false true un-verify
12.x false true false true true
13.x false true false true true
14.x false true false true true

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages