Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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