Skip to content

Commit

Permalink
SQL driver for the publicshare service
Browse files Browse the repository at this point in the history
  • Loading branch information
ishank011 committed Feb 24, 2021
1 parent 53f3949 commit 5d0b3fd
Show file tree
Hide file tree
Showing 6 changed files with 644 additions and 141 deletions.
3 changes: 3 additions & 0 deletions changelog/unreleased/publicshare-sql-driver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Enhancement: SQL driver for the publicshare service

https://github.com/cs3org/reva/pull/1495
1 change: 1 addition & 0 deletions pkg/cbox/loader/loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ package loader
import (
// Load cbox specific drivers.
_ "github.com/cs3org/reva/pkg/cbox/group/rest"
_ "github.com/cs3org/reva/pkg/cbox/publicshare/sql"
_ "github.com/cs3org/reva/pkg/cbox/share/sql"
_ "github.com/cs3org/reva/pkg/cbox/user/rest"
)
Loading

0 comments on commit 5d0b3fd

Please sign in to comment.