Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Database] Initial commit logic #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

[Database] Initial commit logic #5

wants to merge 2 commits into from

Conversation

divineniiquaye
Copy link
Member

@divineniiquaye divineniiquaye commented Nov 8, 2022

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

  • Bug fix (non-breaking change which fixes an issue)
  • Deprecation (un-wanted or renamed functionality that should be removed)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

PR checklist

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING.md document.
  • I have added tests to cover my changes.

@divineniiquaye divineniiquaye added this to the 2.0 milestone Nov 8, 2022
@divineniiquaye divineniiquaye self-assigned this Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

Add a database library which lightweight ORM support and blazing fast performance
1 participant