SQLiteConnection object

  • database string
  • username string (optional)
  • password string (optional)
  • loginPrompt boolean (optional)
  • pooled boolean (optional)
  • poolCleanupTimeout number (optional)
  • poolExpireTimeout number (optional)
  • poolMaxItems number (optional)
  • busyTimeout number (optional)
  • cacheSize number (optional)
  • openMode string (optional) - Supported values: read, readWrite, createUTF8 and createUTF16.
  • sharedCache boolean (optional)
  • sync string (optional) - Supported values: full, normal and off.
  • stringFormat string (optional) - Supported values: choose, unicode and ansi.
  • lockingMode string (optional) - Supported values: normal and exclusive.
  • journalMode string (optional) - Supported values: delete, trunc, persist, memory, wal and off.
  • guidFormat string (optional) - Supported values: bin and str.
  • foreignKeys boolean (optional)
  • datetimeFormat string (optional) - Supported values: str, bin and dt.
  • encrypt string (optional) - Supported values: aes-128, aes-192, aes-256, aes-ctr-128, aes-ctr-192, aes-ctr-256, aes-ecb-128, aes-ecb-192, aes-ecb-256.
  • advanced string (optional)

See new DataBase().