Kuzu module
Extended With |
|
The top level namespace for Kuzu
classes.
Constants
- VERSION
Library version
Public Class Methods
Create and return a Kuzu::Database
. If path
is nil
, an empty string, or the Symbol :memory, creates an in-memory database. Valid options are:
:buffer_pool_size
|
Max size of the buffer pool in bytes. |
:max_num_threads
|
The maximum number of threads to use during query execution. |
:enable_compression
|
Whether or not to compress data on-disk for supported types |
:read_only
|
If true, open the database in read-only mode. No write transaction is allowed on the |
:max_db_size
|
The maximum size of the database in bytes. |
:auto_checkpoint
|
If true, the database will automatically checkpoint when the size of the WAL file exceeds the checkpoint threshold. |
:checkpoint_threshold
|
The threshold of the WAL file size in bytes. When the size of the WAL file exceeds this threshold, the database will checkpoint if |
Return the version of the underlying Kuzu
library.
Return the storage version used by the underlying library.