We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90ba6b commit 773170fCopy full SHA for 773170f
readme.md
@@ -78,8 +78,8 @@ ScalaSql supports Scala 2.13.x and >=3.4.2
78
79
## Documentation
80
81
-* ScalaSql Quickstart Examples: self-contained files showing how to set up ScalaSql with
82
- a variety of supported databases and perform simple DDL and
+* ScalaSql Quickstart Examples: self-contained files showing how to set up ScalaSql to
+ connect your Scala code to a variety of supported databases and perform simple DDL and
83
`SELECT`/`INSERT`/`UPDATE`/`DELETE` operations:
84
* [Postgres](scalasql/test/src/example/PostgresExample.scala)
85
* [MySql](scalasql/test/src/example/MySqlExample.scala)
0 commit comments