tpodlaski / copra

Ansyncronous REST and WebSocket Python clients for the Coinbase Pro virtual currency trading platform.
MIT License
49 stars 15 forks source link

Storing Websocket results in PostgreSQL using Asyncpg? #13

Open fahadshery opened 2 years ago

fahadshery commented 2 years ago

Hi,

I am not sure if this project is still live but I have a small question about putting the Websockets records in the PostgreSQL database using Asyncpg or similar?

is it possible?

thanks