AbsaOSS / balta

Scala library to write Postgres DB code tests with
Apache License 2.0
3 stars 0 forks source link

Add the ability to insert data into table using `Map` #49

Open benedeki opened 2 weeks ago

benedeki commented 2 weeks ago

Background

Preparing data for tests is vital and should be easy.

Feature

Make it possible to insert data into DBTable using a Map[String, AllowedParamTypes]