Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jgaskins/pg-age
https://github.com/jgaskins/pg-age
graph-database postgresql
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jgaskins/pg-age
- Owner: jgaskins
- License: mit
- Created: 2022-07-23T08:06:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-23T08:07:26.000Z (over 2 years ago)
- Last Synced: 2024-12-09T10:55:44.651Z (25 days ago)
- Topics: graph-database, postgresql
- Language: Crystal
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pg-age
TODO: Write a description here
## Installation
1. Add the dependency to your `shard.yml`:
```yaml
dependencies:
pg-age:
github: your-github-user/pg-age
```2. Run `shards install`
## Usage
```crystal
require "pg-age"
```TODO: Write usage instructions here
## Development
TODO: Write development instructions here
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request## Contributors
- [Jamie Gaskins](https://github.com/your-github-user) - creator and maintainer