datomisca-dao Build Status Join the chat at https://gitter.im/Enalmada/datomisca-dao Maven Central

Datomisca Dao helper code.

Version information

Releases are on mvnrepository and snapshots can be found on sonatype.

Quickstart

Clone the project and run sbt run to see a sample application.

Including the Dependencies

<dependency>
    <groupId>com.github.enalmada</groupId>
    <artifactId>datomisca-dao_2.13</artifactId>
    <version>0.2.5</version>
</dependency>

or

val appDependencies = Seq(
  "com.github.enalmada" %% "datomisca-dao" % "0.2.5"
)

Features

  • Most of the obvious crud operations working
  • Sample project shows examples of: crud

Versions

  • TRUNK [not released in the repository, yet]
    • Fancy contributing something? :-)
  • 0.2.5 [release on 2024-11-17]
  • old 2.12 support
  • 0.2.4 [release on 2024-11-11]
  • support newer datomisca
  • 0.2.3 [release on 2024-11-10]
  • support scala 2.13.15, play 2.9.5
  • 0.2.0 [release on 2020-10-05]
  • support scala 2.13
  • 0.1.19 [release on 2024-11-09]
  • updated datomisca provided
  • 0.1.18 [release on 2024-11-09]
  • datomic 1.0.7260
  • 0.1.17 [release on 2019-12-29]
  • default hashcode by id
  • 0.1.16 [release on 2019-12-24]
  • Playframework 2.8.0
  • 0.1.15 [release on 2019-12-8]
  • Playframework 2.7.4
  • 0.1.6 [release on 2017-5-31]
  • Add some createEntity updateEntity that async save and return
  • 0.1.5 [release on 2016-08-16]
  • Fix bug in sorting of lists when using pageBySort
  • 0.1.4 [release on 2016-04-12]
  • Add schema feature
  • 0.1.0 [release on 2016-02-20]
    • Initial release.

TODO (help out!)

License

Copyright (c) 2016 Adam Lane

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Release

sbt +publishSigned sbt sonatypeRelease