DON'T use this repo! This is a template repo used for testing various fluent drivers' compatibility with swift-libp2p
-
Clone swift-libp2p if you havent already
-
Run the Generate command from swift-libp2p's root directory
swift run Generate new "my-test" --template "test-fluent" --mode listener -t tcp -s noise -m yamux --extra postgres- Build & Test
# In your projects root directory
swift build
swift testNote
Ensure you have your environment variables for your DB configuration set before running the tests DB_HOSTNAME, DB_USERNAME, DB_PASSWORD, DB_DATABASE