SqliteDatabaseGrant constructor
SqliteDatabaseGrant({})
Implementation
SqliteDatabaseGrant({
required this.name,
this.namespace,
this.createTable = true,
this.drop = false,
this.inspect = true,
this.listTables = true,
this.execute = true,
this.tables,
});