hmans / indiepants

IndiePants, aka Pants Phase 2. A clean indieweb-like implementation.
13 stars 1 forks source link

Create Dragonfly datastore using PostgreSQL's bytea columns #58

Closed hmans closed 9 years ago

hmans commented 9 years ago

Out of the box, Pants should be storing uploaded binaries in the database in order to keep the number of required dependencies as low as possible. Ideally, Pants will ship with a Dragonfly datastore that stores binaries in ActiveRecord instances using bytea columns.