An open API service indexing awesome lists of open source software.

https://github.com/punit-naik/quartzite-postgresql

A small helper library to set up Quartzite scheduler with PostgreSQL as a store
https://github.com/punit-naik/quartzite-postgresql

clojure postgresql quartz-scheduler quartzite scheduler

Last synced: about 2 months ago
JSON representation

A small helper library to set up Quartzite scheduler with PostgreSQL as a store

Awesome Lists containing this project

README

        

# quartzite-postgresql

A small helper library to set up Quartzite scheduler with PostgreSQL as a store

[![CircleCI](https://circleci.com/gh/punit-naik/quartzite-postgresql/tree/master.svg?style=svg)](https://circleci.com/gh/punit-naik/quartzite-postgresql/tree/master)
[![Clojars Project](https://img.shields.io/clojars/v/org.clojars.punit-naik/quartzite-postgresql.svg)](https://clojars.org/org.clojars.punit-naik/quartzite-postgresql)

## Usage

### Test

```
lein with-profiles +dev test
```

## License

Copyright © 2024 [Punit Naik](https://github.com/punit-naik)

This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0.

This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the Eclipse
Public License, v. 2.0 are satisfied: GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or (at your
option) any later version, with the GNU Classpath Exception which is available
at https://www.gnu.org/software/classpath/license.html.