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 49d5cdf commit 7fe9037
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@ scope when you call `import scalasql.dialects.MyDialect._`.
aiming instead for common use cases and leaving more esoteric things to the user
to either extend the library to support or drop down to raw SQL.

5. **ORM/ActiveRecord-esque Features**: Most Scala code is immutable by default, and works
by transforming immutable Scala collections of immutable values through pure functions.
ScalaSql aims to follow that style, rather than trying to emulate mutable objects.

## Comparisons

Expand Down

0 comments on commit 7fe9037

Please sign in to comment.