0.0.7 • Published 10 years ago

connect-request-logger-pg v0.0.7

Weekly downloads
2
License
-
Repository
github
Last release
10 years ago

Log http request to postgres.

  • Automatically does table partitioning by month
  • Can store user selected values by extending definition and adding map like so {key: keyNameOnReqObject}
    • e.g. {uuid: 'uuid'} -- this will get req.uuid
    • Can access nested properties on req object by using an array for the e.g. {uuid: 'session', 'uuid'} -- this will get req.session.uuid
0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago