Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

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