https://github.com/kellane/clojure-database-test
Playing with database connections (postgres) in Clojure - This repo was created for a college assignment.
https://github.com/kellane/clojure-database-test
clojure postgresql
Last synced: 10 months ago
JSON representation
Playing with database connections (postgres) in Clojure - This repo was created for a college assignment.
- Host: GitHub
- URL: https://github.com/kellane/clojure-database-test
- Owner: Kellane
- License: other
- Created: 2021-03-19T14:55:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-27T00:53:28.000Z (almost 5 years ago)
- Last Synced: 2025-01-23T16:28:36.198Z (12 months ago)
- Topics: clojure, postgresql
- Language: Clojure
- Homepage:
- Size: 5.06 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# clojure-database-test
FIXME: description
## Setup database
```
sudo -u postgres psql -f setup.sql
```
## Installation
Download from http://example.com/FIXME.
## Usage
FIXME: explanation
$ java -jar clojure-database-test-0.1.0-standalone.jar [args]
## Options
FIXME: listing of options this app accepts.
## Examples
...
### Bugs
...
### Any Other Sections
### That You Think
### Might be Useful
## License
Copyright © 2021 FIXME
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.