Skip to content

senzing-garage/go-databasing

Repository files navigation

go-databasing

If you are beginning your journey with Senzing, please start with Senzing Quick Start guides.

You are in the Senzing Garage where projects are "tinkered" on. Although this GitHub repository may help you understand an approach to using Senzing, it's not considered to be "production ready" and is not considered to be part of the Senzing product. Heck, it may not even be appropriate for your application of Senzing!

⚠️ WARNING: go-databasing is still in development ⚠️ _

At the moment, this is "work-in-progress" with Semantic Versions of 0.n.x. Although it can be reviewed and commented on, the recommendation is not to use it yet.

Synopsis

The Senzing go-databasing packages provide access to the Senzing database.

Go Reference Go Report Card License

gosec.yaml go-test-linux.yaml go-test-darwin.yaml go-test-windows.yaml

Overview

The go-database packages support direct access to the Senzing database on the following database engines:

  1. Postgresql
  2. Sqlite
  3. MySQL
  4. MsSQL

Specific uses:

  1. connector: Used to transform a database URL into a database/sql/driver.Connector
  2. postgresql: PostgreSQL-specific calls. Example: Finding current high-water transaction id.
  3. sqlexecutor: Used to read a file of SQL and send to database.

Use

(TODO:)

References