Skip to content

Commit

Permalink
expose role_assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
mabiede committed Jan 26, 2024
1 parent 64df4d4 commit 5231409
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/persistence.ml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,15 @@ module type Backend = sig
end

module RoleAssignment : sig
val table_name : string
val sql_select_columns : string list

val find_request_sql
: ?default_where:string option
-> ?count:bool
-> string
-> string

val find_all
: ?ctx:(string * string) list
-> ?default_where:string option
Expand Down

0 comments on commit 5231409

Please sign in to comment.