Skip to main content

createDbAdapter

Function
This function is defined in the db module.

Signature

def createDbAdapter(config: DbConfig) -> DbAdapter

Returns

Returns
DbAdapter
The result of the operation.

Uses

  • MemoryDbAdapter
  • require
  • SQLiteAdapter
  • PostgresDbAdapter
  • RedisDbAdapter

Used By

Source

View on GitHub

src/db/index.ts at line 81

JS Database

JS NL Postgres