Asaye / PgDriverDemo

Communicating with PostgreSQL database using TCP sockets
https://link.medium.com/fDJc4r0Tg5
4 stars 0 forks source link

Database protocol specifications #1

Open albmon opened 2 years ago

albmon commented 2 years ago

Hi Asaye, Where can I find protocol specifications (message protocols, streams, ...) for other databases (DB2, Oracle, Microsoft SQL Server and so on) as You have greatly found for PostgreSQL ? Do You have any suggestion ? Thank You in advance.

Asaye commented 2 years ago

Hi @albmon, I referred various references over the web and existing implementations to write those articles. I haven't dealt about the other databases and I am not sure where you can get their specifications.

As a starting point, try to google for "binary protocols for xxxxx database" and see if you got the results you are looking for. You may have to interrelate various documentations and there may not be a single location where you can find every information you need. Good luck!

albmon commented 2 years ago

Hi Asaye, Thank You very much for your advice.