Skip to content
/ nzgo Public
forked from IBM/nzgo

This project provides native Go language database driver for IBM Performance Server for PostgreSQL

License

Notifications You must be signed in to change notification settings

mplpl/nzgo

This branch is 1 commit ahead of, 13 commits behind IBM/nzgo:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a750a06 · Nov 13, 2023
Aug 7, 2019
Sep 1, 2021
Jul 16, 2021
Aug 7, 2019
Aug 7, 2019
Aug 3, 2021
Aug 7, 2019
Aug 7, 2019
Nov 13, 2023
Nov 13, 2023
Aug 7, 2019
Aug 7, 2019
Sep 22, 2021
Aug 3, 2021
Nov 13, 2023
Aug 7, 2019
Nov 13, 2023
Nov 13, 2023
Sep 1, 2021
Sep 1, 2021
Aug 7, 2019
Nov 13, 2023
Oct 27, 2023
Aug 7, 2019
Aug 7, 2019
Jul 16, 2021
Aug 7, 2019
Aug 7, 2019
Aug 7, 2019
Aug 7, 2019
Sep 7, 2021

Repository files navigation

nzgo - a pure Go language driver for IBM Performance Server for PostgreSQL

This project provides a native Go language database driver for IBM Performance Server for PostgreSQL.

Go Reference

Install

go get github.com/IBM/nzgo/v12

Docs

For detailed documentation and basic usage examples, please see the package documentation at https://godoc.org/github.com/IBM/nzgo/v12.

Tests

go test is used for testing. See TESTS.md for more details.

Features

  • TLSv1.2 crypto support
  • LDAP support
  • Transaction support: begin, rollback, commit
  • Full support for all IBM PDA data types
  • Full DDL, DML query syntax support for IBM PDA
  • Full external table support (load and unload)
  • Configurable logging feature
  • Prepared statement support
  • Support JSON, JSONB and JSONPATH datatypes

Thank you (alphabetical)

Some of these contributions are from the original library lib/pq whose code still exists in here. Below are the contributors for IBM PDA specific code.

  • Abhiskek Jog (abhishekjog)
  • Sandeep Powar (sandippawar1412)
  • Shabbir Mohammad (shabbir10july)

About

This project provides native Go language database driver for IBM Performance Server for PostgreSQL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%