You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `sqltest` package provides utilities for writing database integration tests that work consistently across multiple database engines (PostgreSQL and SQLite).
4
+
5
+
## Basic Usage
6
+
7
+
The primary entry point is `RunDatabaseTest`, which runs your test function against both PostgreSQL and SQLite databases:
0 commit comments