Storage
At the moment Doddle only supports Postgres to store jobs, however, this will change in the future when other storage providers are added.
Relational databases
Doddle uses MyBatis for interacting with relational databases.
To get started, install the SQL storage dependency
Postgres
Provide the PostgreSQL dependency
Create the storage provider
The data source is an implementation of the javax.sql.Datasource
interface.
Creating a simple datasource (just for demo purposes)
Populate the database
TODO - explain here
Now let's configure Doddle to use this storage provider!
Last updated
Was this helpful?