All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.rethinkdb.RethinkDB Maven / Gradle / Ivy

There is a newer version: 2.4.4
Show newest version
package com.rethinkdb;

import com.rethinkdb.gen.model.TopLevel;
import com.rethinkdb.net.Connection;

public class RethinkDB extends TopLevel {

    /**
     * The Singleton to use to begin interacting with RethinkDB Driver
     */
    public static final RethinkDB r = new RethinkDB();

    public Connection.Builder connection() {
        return Connection.build();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy