Skip to content

yazd/psql-native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

psql-native

This library is an implementation of the postgres client protocol version 3.0, whose support started from PostgreSQL 7.4 and later.

The library goals are:

  1. Use as low resources as possible.
  2. Minimize copying data as much as possible.
  3. Support asynchronous I/O using vibe.d sockets.

The library is still a work in progress and major re-architecturing may happen anytime.

Once the first release is done, issues and contributions are welcome.

Waffle.io: [Issues next] (https://waffle.io/yazd/psql-native) Issues in progress

About

Implementation of PostgreSQL client protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages