Skip to content
/ mag Public

Common relational database utilities and abstractions in Scala provided as a library

License

Notifications You must be signed in to change notification settings

AbsaOSS/mag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Mag

Common relational database utilities and abstractions in Scala provided as a library.

The general idea here is the following. We have:

  • fa-db, for representing DB functions in relational SQL and easier work with them within Scala
  • balta, as a unit-testing library written in Scala for usage in Scala, with which you easily test such functions against a database with a nice set of additional capabilities to also write preconditions / postconditions for individual test cases
  • ultet, a database migration tool, written in Scala, but embed-able in any CI/CD in the future
  • and now, some, if not all of these above will use common DB abstractions in Scala - definition of table, column, SQL expression, etc. This library mag is serving as a common stable layer, meaning that mag has very little dependencies in itself, but other libraries in our ecosystem are depending on it. We are not only trying to avoid circular dependency problem, but also do not wish to import one (or more) of these libraries into another unnecessarily, and want to have a relatively simple stable layer as a base of our relational DB abstraction.

About

Common relational database utilities and abstractions in Scala provided as a library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published