Utility library to manage shared connections in Go.
prom
itself does not provide functionality for direct use. Instead, use its sub-packages/modules:
- 'Prom' for database/sql: (maintained as sub-package) help with managing shared
database/sql
connections and handling niche cases with various drivers and database types.
Feel free to create pull requests or issues to report bugs or suggest new features. If you find this project useful, please start it.
If you develop a cool sub-package for prom
, let me know and I will add it to the list above.
MIT - see LICENSE.md.