biurad / poakium

A Monorepo for Full-stack PHP independent libraries. (metapackage)
MIT License
2 stars 0 forks source link

[Database] Initial commit logic #5

Open divineniiquaye opened 1 year ago

divineniiquaye commented 1 year ago

Discussion

This pull request seeks to add a new database library into Poakium monorepo, as described in issue #3, the library should be able to address and include more features

Closes issue #3

Motivation and context

I've worked with lots of DBAL out there, (the good ones i.e. Doctrine DBAL & Cycle DBAL) and the biggest problem is performance. These libraries do too much and hence affect performance.

A big project such as Discord like with high traffic will process much slower querying and worst-case scenario Hibernation. This library will try as much as possible to address performance issues and support SurrealDB

Types of changes

PR checklist