Package org.melonbrew.fe.database.databases

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


        getDataFolder().mkdirs();

        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();
View Full Code Here

TOP

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

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.