initial postgres storage version
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- .gitlab-ci.yml 11 additions, 0 deletions.gitlab-ci.yml
- project.clj 16 additions, 4 deletionsproject.clj
- resources/sql/_ds_postgres.sql 46 additions, 0 deletionsresources/sql/_ds_postgres.sql
- resources/sql/_ds_postgres_repository.sql 39 additions, 0 deletionsresources/sql/_ds_postgres_repository.sql
- resources/sql/_ds_postgres_storage.sql 35 additions, 0 deletionsresources/sql/_ds_postgres_storage.sql
- src/document_storage/core.clj 3 additions, 1 deletionsrc/document_storage/core.clj
- src/document_storage/git/core.clj 3 additions, 2 deletionssrc/document_storage/git/core.clj
- src/document_storage/postgres/core.clj 115 additions, 0 deletionssrc/document_storage/postgres/core.clj
- src/document_storage/postgres/db.clj 83 additions, 0 deletionssrc/document_storage/postgres/db.clj
- src/document_storage/postgres/documents.clj 46 additions, 0 deletionssrc/document_storage/postgres/documents.clj
- src/document_storage/postgres/encoding.clj 14 additions, 0 deletionssrc/document_storage/postgres/encoding.clj
- src/document_storage/protocol.clj 1 addition, 0 deletionssrc/document_storage/protocol.clj
- src/document_storage/query.clj 1 addition, 1 deletionsrc/document_storage/query.clj
- test/document_storage/postgres/core_test.clj 32 additions, 0 deletionstest/document_storage/postgres/core_test.clj
Loading
Please register or sign in to comment