Skip to content

Commit

Permalink
chore: Add API links and format names in the Schema topics
Browse files Browse the repository at this point in the history
  • Loading branch information
vnikolova committed Dec 17, 2024
1 parent 840c83d commit 612d11f
Show file tree
Hide file tree
Showing 5 changed files with 472 additions and 212 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
<snippet id="dao-table-types">
<p>
Apart from the core <code>Table</code> class, Exposed provides the base
<code>IdTable</code> class and its subclasses through the DAO API.
<a href="https://jetbrains.github.io/Exposed/api/exposed-core/org.jetbrains.exposed.dao.id/-id-table/index.html">
<code>IdTable</code>
</a>
class and its subclasses through the DAO API.
</p>
<p>
The <code>IdTable</code> class extends <code>Table</code> and is
Expand Down
Loading

0 comments on commit 612d11f

Please sign in to comment.