Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi authored Aug 4, 2024
1 parent e90ba6b commit 773170f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ ScalaSql supports Scala 2.13.x and >=3.4.2

## Documentation

* ScalaSql Quickstart Examples: self-contained files showing how to set up ScalaSql with
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
`SELECT`/`INSERT`/`UPDATE`/`DELETE` operations:
* [Postgres](scalasql/test/src/example/PostgresExample.scala)
* [MySql](scalasql/test/src/example/MySqlExample.scala)
Expand Down

0 comments on commit 773170f

Please sign in to comment.