Skip to content

Latest commit

History

History
21 lines (13 loc) 路 335 Bytes

README.md

File metadata and controls

21 lines (13 loc) 路 335 Bytes

Chat Example

Description

This example demonstrates how to use PostgreSQL channels to create a very simple chat application.

Setup

  1. Declare the database URL

    export DATABASE_URL="postgres://postgres:password@localhost/files"
    

Usage

Run the project

cargo run -p sqlx-examples-postgres-chat