Package org.melonbrew.fe.database.databases

Examples of org.melonbrew.fe.database.databases.MongoDB


        Phrase.init(this);

        databases.add(new MySQLDB(this));
        databases.add(new SQLiteDB(this));
        databases.add(new MongoDB(this));

        for (Database database : databases) {
            String name = database.getConfigName();

            ConfigurationSection section = getConfig().getConfigurationSection(name);
View Full Code Here

TOP

Related Classes of org.melonbrew.fe.database.databases.MongoDB

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.