From acabe44735a1b61983a3a579e74fbb10489f35d9 Mon Sep 17 00:00:00 2001 From: Dmitry Simonenko Date: Thu, 8 Jun 2017 16:39:04 +0300 Subject: [PATCH] shapito: update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a4ed5acd..96d6ed50 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ -**Shapito** +**shapito** PostgreSQL protocol-level client C library. -Library is designed to provide most of the functions needed to write or read +Library is designed to provide most of the functionality needed to write or read [PostgreSQL protocol messages](https://www.postgresql.org/docs/9.6/static/protocol.html). -Both Frontend(FE) and Backend (BE) messages are supported. +Both Frontend (client to server) and Backend (server to client) messages are supported, making +it possible to write client or server simulation applications. -No network part is supported. Only buffer management and validation. +No network part is supported. Only buffer management and packet validation. **PostgreSQL packet validators**