KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
quill-pg
★ 14
Open GitHub ↗
Postgres extension drivers for quill
Download README (.md)
Explore Similar Repositories
resumes
:
place where members could put their resumes.
CFNN
:
Code for IJCAI 2017 paper "CFNN: Correlation Filter Neutral Network for Visual Object Tracking"
kosschatbot
:
KOSS Chat Bot. WIP.
MediaPlayer
:
MediaPlayer 一款 Android 上的多媒体视频播放器,支持万能解码器!
jodel-web
:
[PHP] JodelBlue is a Web-App and Browser-Client for the Jodel App. No registration required! Browse Jodels all over the world.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
quill-pg
?
Download (.md)
# quill-pg quill-pg contains Postgres (JDBC and postgres-async) extensions for [quill](https://github.com/getquill). It is analogous to [slick-pg](https://github.com/tminglei/slick-pg) for [slick](https://github.com/slick/slick) ## Current state quill-pg is currently in alpha phase. It is waiting for some futures in currently unreleased versions of quill and it needs to be tested properly ## Supported Extensions - [X] Json/Jsonb - [ ] Arrays (waiting for quill 1.0.1 to implement completely generic arrays, see https://github.com/getquill/quill/pull/588) - [X] HStore ## What is done - [X] Generic dependency/project structure - [ ] Tests - [ ] Better documentation - [ ] Integrate MIMA plugin to detect binary incompatible versions ## Code formatting Please make sure that you format the code using scalafmt. You can do this by running scalafmt in sbt before committing. See scalafmt for more info. ## License See the [license](https://github.com/mdedetrich/quill-pg/blob/master/LICENSE.txt) file for details.