NucCmd: {
nil: {
db: {
builders: {
create: string;
delete: string;
execute: string;
read: string;
root: string;
update: string;
};
collections: {
create: string;
delete: string;
execute: string;
read: string;
root: string;
update: string;
};
data: {
create: string;
delete: string;
execute: string;
read: string;
root: string;
update: string;
};
queries: {
create: string;
delete: string;
execute: string;
read: string;
root: string;
update: string;
};
root: "/nil/db";
system: {
create: string;
delete: string;
execute: string;
read: string;
root: string;
update: string;
};
users: {
create: string;
delete: string;
execute: string;
read: string;
root: string;
update: string;
};
};
};
} = ...
Type Declaration
Readonlynil: {
db: {
builders: {
create: string;
delete: string;
execute: string;
read: string;
root: string;
update: string;
};
collections: {
create: string;
delete: string;
execute: string;
read: string;
root: string;
update: string;
};
data: {
create: string;
delete: string;
execute: string;
read: string;
root: string;
update: string;
};
queries: {
create: string;
delete: string;
execute: string;
read: string;
root: string;
update: string;
};
root: "/nil/db";
system: {
create: string;
delete: string;
execute: string;
read: string;
root: string;
update: string;
};
users: {
create: string;
delete: string;
execute: string;
read: string;
root: string;
update: string;
};
};
}
Command namespace for NilDB operations.
Provides pre-configured command objects for interacting with different NilDB subsystems including system, builders, data, collections, queries, and users.