Class SQLiteConnectionPool

Hierarchy

  • SQLConnectionPool
    • SQLiteConnectionPool

Constructors

Properties

dbPath: string
firstConnection?: SQLiteConnection
maxConnections: number = 10
queue: ((connection: SQLiteConnection) => void)[] = []

Methods

Generated using TypeDoc