Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Nov 23, 2023
1 parent 55f4e79 commit 143ec32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ ivy"com.lihaoyi::scalasql:0.1.0"
covering these modifiers on `INSERT` and `UPDATE` for the databases that support them
* [Expression Ops](docs/reference.md#exprops), covering the different
types of `Expr[T]` values and the different operations you can do on each one
* [Option Ops](docs/reference.md#optional), operations on `Expr[Option[T]`
* [Window Functions](docs/reference.md#windowfunctions),
[With-Clauses/Common-Table-Expressions](docs/reference.md#withcte)
* [Option Ops](docs/reference.md#optional), operations on `Expr[Option[T]`
* [Postgres](docs/reference.md#postgresdialect), [MySql](docs/reference.md#mysqldialect),
[Sqlite](docs/reference.md#sqlitedialect), [H2](docs/reference.md#h2dialect) Dialects:
operations that are specific to each database that may not be generally applicable
Expand Down

0 comments on commit 143ec32

Please sign in to comment.