Kuzu::
Database class
| Superclass | rb_cObject |
| Extended With |
|
Main Kùzu database class
Public Class Methods
Create a new Database using the given path and options.
Public Instance Methods
Returns true if this database will automatically checkpoint when the size of the WAL file exceeds the checkpoint_threshold.
Returns true if this database uses compression for data on disk.
Return the Kuzu::Config that reflects the config options the database was created with.
Return a connection to this database.
Return a string representation of the receiver suitable for debugging.
Return the path the database was created with, or nil if it was created in memory.
Return true if this database was created in read-only mode.