Package com.kuzudb

Class Connection

java.lang.Object
com.kuzudb.Connection

public class Connection extends Object
Connection is used to interact with a Database instance. Each Connection is thread-safe. Multiple connections can connect to the same Database instance in a multi-threaded environment.