@elribonazo/ridb • Docs
@elribonazo/ridb / RIDBTypes / Internals
Represents the internals of a storage system, including the base storage and schema.
• T extends SchemaType
The schema type.
new Internals<
T
>(internal
):Internals
<T
>
Creates a new Internals
instance with the provided base storage.
• internal: BaseStorage
<T
>
The base storage instance.
Internals
<T
>
pkg/ridb_rust.d.ts:172
readonly
internal:BaseStorage
<T
>
The base storage instance.
pkg/ridb_rust.d.ts:166
readonly
schema:T
The schema associated with the storage.
pkg/ridb_rust.d.ts:176