Skip to content

feat: function to execute SQL via Golang Postgres driver (not using psql)

Dmitry requested to merge dmius-run-sql-with-driver into master

Description

Use Postgres driver to connect the database.

Related issue

#48 (closed)

Examples

Checklist

  • the MR description has been reviewed
  • this MR contains text changes and they have been reviewed OR there are no texts changes
  • this MR contains GUI/CLI changes and they have been reviewed OR there are no GUI/CLI changes
  • this MR contains API changes and they have been reviewed OR there are no API changes
Edited by Anatoly Stansler

Merge request reports