oguimbal / pg-mem

An in memory postgres DB instance for your unit tests
MIT License
1.98k stars 97 forks source link

Docs request: getting started for Python users #367

Open jamesbraza opened 11 months ago

jamesbraza commented 11 months ago

I am looking into using pg-mem for some integration testing of my FastAPI + SQL Alchemy code.

It looks like the majority of this uses TypeScript, which obviously is not Python.

This request is just make some quick instructions somewhere for Python users, to be able to stand this up for use within a pytest suite

Lewenhaupt commented 10 months ago

Yeah I doubt that's a doc-fix. This lib is written to work in the browser and in Node.