S-Mach / s_mach.datadiffLinks
s_mach.datadiff is an open-source data difference engine for Scala. Implementations of the DataDiff type-class are provided which can compute the difference between all data types, Option, Set, Seq, and Map and all tuple classes. An implementation for any case case class (or other type that can be represented as a struct type) can be generated a…
☆10Updated 8 years ago
Alternatives and similar repositories for s_mach.datadiff
Users that are interested in s_mach.datadiff are comparing it to the libraries listed below
Sorting:
- sbt plugin to speed up development by leveraging tmpfs.☆45Updated 5 years ago
- Type safe delta☆55Updated last year
- Common build and release steps for SBT projects☆58Updated 6 years ago
- Helpers for the Slick database access library☆38Updated this week
- Sbt plugin for fully automated releases, without SNAPSHOT and git sha's in the version. A remix of the best ideas from sbt-ci-release and…☆21Updated 6 months ago
- Make Google custom functions for your Spreadsheets in Scala☆52Updated 6 years ago
- Provides type classes for datetime values. Works both on JVM & ScalaJS.☆40Updated 5 months ago
- Slick extensions, currently only auto-mapping macro are implemented☆21Updated 2 years ago
- XPath wrapper for Scala☆56Updated 11 months ago
- A SBT Plugin Which Automatically Configures MiMa Based On Your Version Scheme (SemVer, PVP, etc)☆11Updated last month
- Working with XML in Scala☆23Updated 11 months ago
- An implementation of Computation Expressions in Scala.☆21Updated 10 years ago
- Prickle is a library for easily pickling (serializing) object graphs between Scala and Scala.js.☆64Updated 5 years ago
- Validation library for Scala.☆47Updated last year
- A reimagined scala-pickling in the Scala 3 world☆72Updated 2 years ago
- WIP - Scalameta powered code generation☆41Updated 7 years ago
- Small slick lib for create views on on database☆26Updated 6 months ago
- XML Optics library for Scala