command
module
Version:
v0.0.0-...-258cfba
Opens a new window with list of versions in this module.
Published: Sep 21, 2023
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
pgxmock-examples
Examples to mock pgx
Overview
All examples are based on pgxmock and pgxpoolmock, thanks for the great works from the authors of these repositories!
This repo add some mock examples based on different structure level.
|
pgxmock |
pgxmock/v3 |
pgxpoolmock |
pgx version |
v4 |
v5 |
v4 |
pgx.Conn mock |
✔ |
✔ |
❌ |
pgxpool.Pool mock |
✔ |
✔ |
✔ |
pgxpool.Conn mock |
✔ |
✔ |
❌ |
You can see the mock examples for pgx/v4
on the branch v4
, also the branch v5
for pgx/v5
. Of course pgx/v5
is recommended :)
Usage
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.