Releases: 360matt-archives/CitronDB
Releases · 360matt-archives/CitronDB
Full reformat performances
Moved package
wtf.listenia --> fr.i360matt
Fixed bugs
Fixed bugs for:
- getLine( RowBuilder )
- update( Rw, Rw )
Functionnalities:
Tables:
- create table
- delete table
- get lines as structure
- create lines as structure
- check if line exist
- modify data of lines ( UPDATE ) with pattern
Legacy:
TableManager#getConnection()
If you want to get the database connection.
Fully functional
/!\ Contains some bugs
Fully functional
Tables:
- create table
- delete table
- get lines as structure
- create lines as structure
- check if line exist
- modify data of lines ( UPDATE ) with pattern
Legacy:
TableManager#getConnection()
If you want to get the database connection.
First release
Include JDBC driver for MySQL.
With tables, we can:
- create or delete many table
- change their structure
And with rows we can:
- Insert one row
- Insert multiple row in one request
- Remove one row
- All inserts and remove are asynchronous
- Get rows by RowBuilder pattern
- Choose the number of rows you want get