Function ManagedDatabase.this

Constructs a managed database

this (
  string path,
  int flags = 6
);

Parameters

NameDescription
path path to the db on disk, or :memory: for an in-memory database
flags SQLite read / write flags