Skip to content
This repository has been archived by the owner on Mar 25, 2020. It is now read-only.

hugolgst/pine-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

35 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

How to import?

Gradle

repositories {
    maven {
        url 'http://ananagame.github.io/maven'
    }
}

dependencies {
    compile 'xyz.anana:pine-database:1.2-SNAPSHOT'
}

Maven

<repositories>
    <repository>
        <id>anana</id>
        <url>http://ananagame.github.io/maven</url>
    </repository>
</repositories>

<dependencies>
    <dependency>
        <groupId>xyz.anana</groupId>
        <artifactId>pine-database</artifactId>
        <version>1.2-SNAPSHOT</version>
    </dependency>
</dependencies>

Or simply download the release.

How to use pine-database ?

Firstly you need to get the Table object:

Database database = new Database("The database host adress", "The database name", "The user", "The password");
Table table = database.getTable("The table name");

and you can select, update, insert, delete the table object, see more at the Table class

French video tutorial on this library

About

[archive] ๐Ÿ“œ pine-database is an intelligent MySQL database library in Java.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages