syncstorage-rs icon indicating copy to clipboard operation
syncstorage-rs copied to clipboard

Add database crates

Open data-sync-user opened this issue 3 years ago • 3 comments

Add the following crates (dependencies are noted as sub-bullets):

  • syncstorage-db: Code that neatly combines and exposes the functionality of syncstorage-mysql and synsctorage-spanner for consumption by syncstorage-web
    • syncstorage-mysql: MySQL impls for the database traits in syncstorage-db-common
    • syncstorage-spanner: Spanner impls for the database traits in syncstorage-db-common
  • tokenserver-db: Tokenserver database-related code
  • syncstorage-mysql
  • syncstorage-spanner

syncstorage-db and tokenserver-db should provide an easy-to-use high-level API exposing database functionality. This functionality will eventually be consumed by syncstorage-web and tokenserver-web.

┆Issue is synchronized with this Jira Task

data-sync-user avatar Apr 07 '22 21:04 data-sync-user

Test comment in GH.

ddurst avatar Aug 17 '22 15:08 ddurst

➤ David Durst commented:

Moved from CONSVC to SYNC as a test.

data-sync-user avatar Aug 17 '22 16:08 data-sync-user

➤ David Durst commented:

Moved from SYNC back to CONSVC.

data-sync-user avatar Aug 17 '22 16:08 data-sync-user