init project

This commit is contained in:
jilen 2024-07-20 20:43:20 +08:00
commit cf6aa999ae
23 changed files with 1770 additions and 0 deletions

9
build.sbt Normal file
View file

@ -0,0 +1,9 @@
name := "minisql"
scalaVersion := "3.5.0-RC4"
libraryDependencies ++= Seq(
)
scalacOptions ++= Seq("-experimental")