Jaymon / prom

A PostgreSQL or SQLite orm for Python
MIT License
22 stars 4 forks source link

SQLite creating a table in a folder that doesn't exist is created from current directory #49

Closed Jaymon closed 7 years ago

Jaymon commented 7 years ago

so if you had your db path at /var/foo/bar.db it wouldn't create it from root and instead create it at $PWD/var/foo/bar.db