diff --git a/README.md b/README.md index a63ed646..38e0ba3d 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,12 @@ Computationally focused database using pluggable stores To add all modules: ```scala -libraryDependencies += "com.outr" %% "lightdb-all" % "1.1.0" +libraryDependencies += "com.outr" %% "lightdb-all" % "1.1.1" ``` For a specific implementation like Lucene: ```scala -libraryDependencies += "com.outr" %% "lightdb-lucene" % "1.1.0" +libraryDependencies += "com.outr" %% "lightdb-lucene" % "1.1.1" ``` ## Videos @@ -52,7 +52,7 @@ Ensure you have the following: Add the following dependency to your `build.sbt` file: ```scala -libraryDependencies += "com.outr" %% "lightdb-all" % "1.1.0" +libraryDependencies += "com.outr" %% "lightdb-all" % "1.1.1" ``` --- @@ -128,7 +128,7 @@ Instantiate and initialize the database: ```scala val db = new DB -// db: DB = repl.MdocSession$MdocApp$DB@2d599fa3 +// db: DB = repl.MdocSession$MdocApp$DB@2453bb8e db.init() // res0: Boolean = true ``` @@ -145,7 +145,7 @@ val adam = Person(name = "Adam", age = 21) // city = None, // nicknames = Set(), // friends = List(), -// _id = Id(value = "Kq2SaCpZ7spHyMnYT2IvmpbynonZEBR2") +// _id = Id(value = "mF9hZfb8wM4meAcQeUKfAdZ75dELpE81") // ) db.people.transaction { implicit transaction => db.people.insert(adam) @@ -156,7 +156,7 @@ db.people.transaction { implicit transaction => // city = None, // nicknames = Set(), // friends = List(), -// _id = Id(value = "Kq2SaCpZ7spHyMnYT2IvmpbynonZEBR2") +// _id = Id(value = "mF9hZfb8wM4meAcQeUKfAdZ75dELpE81") // ) ``` @@ -169,7 +169,7 @@ db.people.transaction { implicit transaction => val peopleIn20s = db.people.query.filter(_.age BETWEEN 20 -> 29).toList println(peopleIn20s) } -// List(Person(Adam,21,None,Set(),List(),Id(V4HuAlFgFWP0bARChPFtCx5eqMCvtX7l)), Person(Adam,21,None,Set(),List(),Id(xxVmia6PxlkFL1nWWDNFKiO2KccbDrhv)), Person(Adam,21,None,Set(),List(),Id(eaQIHd0ZiDHjxWa9VXzhybMHWtH80C47)), Person(Adam,21,None,Set(),List(),Id(Mg3nibsB1wstqK1xEIiGNeU4Q5iw7Kfc)), Person(Adam,21,None,Set(),List(),Id(bKaLE07r8AzMoAjBotiP0dDfo9n96I1q)), Person(Adam,21,None,Set(),List(),Id(Kq2SaCpZ7spHyMnYT2IvmpbynonZEBR2))) +// List(Person(Adam,21,None,Set(),List(),Id(V4HuAlFgFWP0bARChPFtCx5eqMCvtX7l)), Person(Adam,21,None,Set(),List(),Id(xxVmia6PxlkFL1nWWDNFKiO2KccbDrhv)), Person(Adam,21,None,Set(),List(),Id(eaQIHd0ZiDHjxWa9VXzhybMHWtH80C47)), Person(Adam,21,None,Set(),List(),Id(Mg3nibsB1wstqK1xEIiGNeU4Q5iw7Kfc)), Person(Adam,21,None,Set(),List(),Id(bKaLE07r8AzMoAjBotiP0dDfo9n96I1q)), Person(Adam,21,None,Set(),List(),Id(Kq2SaCpZ7spHyMnYT2IvmpbynonZEBR2)), Person(Adam,21,None,Set(),List(),Id(lWJ5yg8AquThmEQ5yoRVOTrVzpfAP4II)), Person(Adam,21,None,Set(),List(),Id(mF9hZfb8wM4meAcQeUKfAdZ75dELpE81))) ``` --- @@ -204,7 +204,7 @@ db.people.transaction { implicit transaction => .toList println(results) } -// List(MaterializedAggregate({"ageMin": 21, "ageMax": 21, "ageAvg": 21.0, "ageSum": 126},repl.MdocSession$MdocApp$Person$@4373e521)) +// List(MaterializedAggregate({"ageMin": 21, "ageMax": 21, "ageAvg": 21.0, "ageSum": 168},repl.MdocSession$MdocApp$Person$@2aa4a9f7)) ``` ### Grouping @@ -214,7 +214,7 @@ db.people.transaction { implicit transaction => val grouped = db.people.query.grouped(_.age).toList println(grouped) } -// List((21,List(Person(Adam,21,None,Set(),List(),Id(V4HuAlFgFWP0bARChPFtCx5eqMCvtX7l)), Person(Adam,21,None,Set(),List(),Id(xxVmia6PxlkFL1nWWDNFKiO2KccbDrhv)), Person(Adam,21,None,Set(),List(),Id(eaQIHd0ZiDHjxWa9VXzhybMHWtH80C47)), Person(Adam,21,None,Set(),List(),Id(Mg3nibsB1wstqK1xEIiGNeU4Q5iw7Kfc)), Person(Adam,21,None,Set(),List(),Id(bKaLE07r8AzMoAjBotiP0dDfo9n96I1q)), Person(Adam,21,None,Set(),List(),Id(Kq2SaCpZ7spHyMnYT2IvmpbynonZEBR2))))) +// List((21,List(Person(Adam,21,None,Set(),List(),Id(V4HuAlFgFWP0bARChPFtCx5eqMCvtX7l)), Person(Adam,21,None,Set(),List(),Id(xxVmia6PxlkFL1nWWDNFKiO2KccbDrhv)), Person(Adam,21,None,Set(),List(),Id(eaQIHd0ZiDHjxWa9VXzhybMHWtH80C47)), Person(Adam,21,None,Set(),List(),Id(Mg3nibsB1wstqK1xEIiGNeU4Q5iw7Kfc)), Person(Adam,21,None,Set(),List(),Id(bKaLE07r8AzMoAjBotiP0dDfo9n96I1q)), Person(Adam,21,None,Set(),List(),Id(Kq2SaCpZ7spHyMnYT2IvmpbynonZEBR2)), Person(Adam,21,None,Set(),List(),Id(lWJ5yg8AquThmEQ5yoRVOTrVzpfAP4II)), Person(Adam,21,None,Set(),List(),Id(mF9hZfb8wM4meAcQeUKfAdZ75dELpE81))))) ``` --- @@ -228,14 +228,14 @@ import lightdb.backup._ import java.io.File DatabaseBackup.archive(db, new File("backup.zip")) -// res5: Int = 7 +// res5: Int = 9 ``` Restore from a backup: ```scala DatabaseRestore.archive(db, new File("backup.zip")) -// res6: Int = 7 +// res6: Int = 9 ``` --- diff --git a/build.sbt b/build.sbt index d1462887..33e44013 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ val developerURL: String = "https://matthicks.com" name := projectName ThisBuild / organization := org -ThisBuild / version := "1.2.0-SNAPSHOT" +ThisBuild / version := "1.1.1" ThisBuild / scalaVersion := scala213 ThisBuild / crossScalaVersions := allScalaVersions ThisBuild / scalacOptions ++= Seq("-unchecked", "-deprecation") diff --git a/sqlite/src/main/resources/mod_spatialite.so b/sqlite/src/main/resources/mod_spatialite.so index b212df11..b4630082 100755 Binary files a/sqlite/src/main/resources/mod_spatialite.so and b/sqlite/src/main/resources/mod_spatialite.so differ