Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peopleperhour/candidate-tests
https://github.com/peopleperhour/candidate-tests
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/peopleperhour/candidate-tests
- Owner: PeoplePerHour
- Created: 2017-09-14T07:48:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-08T10:24:06.000Z (about 3 years ago)
- Last Synced: 2024-03-26T19:28:43.440Z (8 months ago)
- Language: Io
- Size: 15.6 KB
- Stars: 3
- Watchers: 6
- Forks: 28
- Open Issues: 2
-
Metadata Files:
- Readme: README-BACKEND.md
Awesome Lists containing this project
README
# Database Connection Manager
**Description**
Create a simple database connection manager using an abstraction layer that could be implemented by any RDBMS.
The solution should be **Framework Agnostic** and has PHP compatibility **`PHP>=7`**## Required Features
- Connect to a database
- Provide methods for every of the CRUD operations (eg: insert, update, delete, select)
- Eliminating SQL injection
- Supports database transactions, if available by the RDBMS.
- Unit tests## Optional Features
- Query caching
- Pagination handling
- Data validation## Do your magic!