Skip to content

Commit 45a084c

Browse files
Create README.md
1 parent f5a61c6 commit 45a084c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# MySQL Wrapper (mysql-wrapper)
2+
Simple and lightweight MySQL database wrapper for Java made to simplify basic operations avoiding the boilerplate of handling SQL objects on your own.
3+
This library will allow you to create, connect, and perform a variety of SQL statements following an object-building style while taking advantage of the resource optimizations provided by HikariCP.
4+
# Dependencies
5+
- Java 11+
6+
- HikariCP
7+
- MySQL Connector & SLF4J (required by HikariCP)
8+
- Lombok (Optional for avoiding boilerplate getters and constructors)
9+
# Wiki
10+
- [Getting Started](https://github.com/santiescobares/mysql-wrapper/wiki/Getting-Started)
11+
- [Database Setup](https://github.com/santiescobares/mysql-wrapper/wiki/Database-Setup)
12+
- [Table Creation](https://github.com/santiescobares/mysql-wrapper/wiki/Table-Creation)
13+
- [Statements](https://github.com/santiescobares/mysql-wrapper/wiki/Statements)
14+
# License
15+
© 2025 Santiago Escobares
16+
mysql-wrapper is under MIT license. See [LICENSE](https://github.com/santiescobares/mysql-wrapper/blob/main/LICENSE)

0 commit comments

Comments
 (0)