Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Support MySQL & PostgreSQL stores #20

Draft
wants to merge 30 commits into
base: main
Choose a base branch
from
Draft

Support MySQL & PostgreSQL stores #20

wants to merge 30 commits into from

Conversation

moshest
Copy link
Member

@moshest moshest commented Mar 29, 2023

This PR will add support for MySQL and PostgreSQL via the SQLStore.

In this PR we will add 3 more packages:

  • @neuledge/sql-store - general SQL store with an abstract connection
  • @neuledge/mysql-store - a MySQL store based on mysql client
  • @neuledge/postgresql-store - a PostgreSQL store based on pg client

Track of implemented store methods:

  • listCollections()
  • describeCollection()
  • ensureCollection()
  • dropCollection()
  • find()
  • insert()
  • update()
  • delete()

@changeset-bot
Copy link

changeset-bot bot commented Mar 29, 2023

⚠️ No Changeset found

Latest commit: 052def3

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant