import swaydb._ //swaydb's APIs
import swaydb.serializers.Default._ //default serialisers
val map = memory.Map[Int, String, Nothing, Bag.Less]().get //create a memory map
Last active
February 8, 2020 13:41
-
-
Save simerplaha/fe0c30848953d002c30e4b4d8e1dcd44 to your computer and use it in GitHub Desktop.
Creating a Map in SwayDB
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment