elder-orm/core

View on GitHub
src/adapters/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
import PostgresAdapter from './postgres'

export { PostgresAdapter }