mirror of
https://github.com/jlengrand/exposed-wiki.git
synced 2026-03-10 08:11:18 +00:00
Merge pull request #7 from VasylTretiakov/patch-1
add missing "d" to "Exposed" in DSL & DAO section of the "Getting Started" page
This commit is contained in:
@@ -82,7 +82,7 @@ transaction {
|
||||
|
||||
### DSL & DAO
|
||||
|
||||
Expose comes in two flavors: DSL (Domain Specific Language) and DAO (Data Access Object).
|
||||
Exposed comes in two flavors: DSL (Domain Specific Language) and DAO (Data Access Object).
|
||||
On a high level, DSL means type-safe syntax that is similar to SQL whereas DAO means doing CRUD operations on entities.
|
||||
Observe the below examples and head on to the specific section of each API for more details.
|
||||
|
||||
@@ -154,4 +154,4 @@ class City(id: EntityID<Int>) : IntEntity(id) {
|
||||
```
|
||||
More on [[DAO API|DAO]]
|
||||
|
||||
Or... back to [[Introduction|Home]]
|
||||
Or... back to [[Introduction|Home]]
|
||||
|
||||
Reference in New Issue
Block a user