amilajack / falcon-core-old

The cross-database ORM that powers falcon
MIT License
2 stars 1 forks source link

PR: Support for logs #28

Closed amilajack closed 6 years ago

amilajack commented 7 years ago
type logs = () =>
  Array<{
    query: string,
    duration: number,
    time: Date
  }>