Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cressie176 authored Jan 9, 2024
1 parent 4e0671e commit a7fd1c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,10 @@ A hook is an event the framework will emit to whenenver a data frame used to bui
## API
Filby provides a set of lifecycle methods and an API for retrieving change sets and projections, and for executing database queries (although you are free to use your preferred PostgreSQL client too).

#### filby.init(config: Config): Promise<void>
#### new Filby(config: Config)
Constructs a new Filby instance

#### filby.init(): Promise<void>
Connects to the database and runs migrations

#### filby.stop(): Promise<void>
Expand Down

0 comments on commit a7fd1c4

Please sign in to comment.