firepit icon indicating copy to clipboard operation
firepit copied to clipboard

Plugin mechanism

Open pcoccoli opened this issue 4 years ago • 1 comments

Currently, the psycopg2 package is required for postgresql support. However, if you're using sqlite3, you shouldn't need to install psycopg2. Using a plugin mechanism to separate out different "back ends" would solve this.

pcoccoli avatar Oct 05 '21 14:10 pcoccoli

While still not implemented, PostgreSQL support is now an "extra" which can be installed via firepit[postgres] or firepit[async-postgres]

pcoccoli avatar Mar 09 '23 20:03 pcoccoli