https://github.com/anujakoralage/simpleconnectionpool
Simple database connection pool using java concurrence programming
https://github.com/anujakoralage/simpleconnectionpool
concurrent-programming connection-pool java-se jdbc multithreading mysql threading
Last synced: 3 months ago
JSON representation
Simple database connection pool using java concurrence programming
- Host: GitHub
- URL: https://github.com/anujakoralage/simpleconnectionpool
- Owner: AnujaKoralage
- Created: 2019-06-13T18:22:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-13T18:34:44.000Z (over 6 years ago)
- Last Synced: 2025-06-04T05:10:41.554Z (4 months ago)
- Topics: concurrent-programming, connection-pool, java-se, jdbc, multithreading, mysql, threading
- Language: Java
- Size: 919 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SimpleConnectionPool
Simple database connection pool using java concurrence programming### Installation
1. Initialize git repository
```sh
git init
```
2. Clone the repo
```sh
git clone https://github.com/AnujaKoralage/SimpleConnectionPool.git
```
3. Import project via Intellij Idea## Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/[ProjectName]`)
3. Commit your Changes (`git commit -m 'Add some [ProjectName]`)
4. Push to the Branch (`git push origin feature/[ProjectName]`)
5. Open a Pull Request## Prerequisites
+ Intellj idea
## Built With
+ Java SE
+ Java Threads
+ Concurrence programming## Technological Stack
- Java Multithreading
- JDBC
- MySql## Authors
- [AnujaKoralage](https://github.com/AnujaKoralage)
## License
Distributed under the MIT License. See `LICENSE` for more information.
## Contact
Anuja Koralage - [@linkedin](https://www.linkedin.com/in/anuja-koralage-a2550a143/) - anujakoralage@gmail.com
Project Link: [https://github.com/AnujaKoralage/SimpleConnectionPool.git](https://github.com/AnujaKoralage/SimpleConnectionPool.git)