onemoredata / bagger

Massive log storage in PostgreSQL
BSD 2-Clause "Simplified" License
12 stars 1 forks source link

Moving most methods to declarative mappings #66

Closed einhverfr closed 11 months ago

einhverfr commented 11 months ago

This apparently has been supported in PGObject::Util::DBMethod but either I had forgotten when I added it or Erik added it. This allows us to write simpler clode for more cases, and declare methods more easily.

Fixes #64