feat(postgres): Bootstrap Postgres persistence implementation
Adds the initial finito-postgres crate with type definitions for the tables and initial functions to interact with persisted FSMs. This is far from feature complete at this commit.
This commit is contained in:
parent
c03e14758f
commit
b1e00ff026
4 changed files with 272 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
[workspace]
|
||||
members = [
|
||||
"finito-core",
|
||||
"finito-door"
|
||||
"finito-door",
|
||||
"finito-postgres"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue