chore: update cheat sheet

This commit is contained in:
Zach Daniel 2023-10-11 15:53:29 -04:00
parent 39540f9971
commit 2e945bb58c

View file

@ -356,8 +356,7 @@ index ["column", "column2"], unique: true, where: "thing = TRUE"
### Options
### Arguments
<table>
<thead>
@ -371,7 +370,7 @@ index ["column", "column2"], unique: true, where: "thing = TRUE"
<tbody>
<tr>
<td style="text-align: left">
<a id="fields-fields" href="#fields-fields">
<a id="sqlite-custom_indexes-index-fields" href="#sqlite-custom_indexes-index-fields">
<span style="font-family: Inconsolata, Menlo, Courier, monospace;">
fields
</span>
@ -389,9 +388,23 @@ index ["column", "column2"], unique: true, where: "thing = TRUE"
</td>
</tr>
<tr>
</tbody>
</table>
### Options
<table>
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Default</th>
<th colspan=2>Docs</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left">
<a id="fields-name" href="#fields-name">
<a id="sqlite-custom_indexes-index-name" href="#sqlite-custom_indexes-index-name">
<span style="font-family: Inconsolata, Menlo, Courier, monospace;">
name
</span>
@ -411,7 +424,7 @@ index ["column", "column2"], unique: true, where: "thing = TRUE"
<tr>
<td style="text-align: left">
<a id="fields-unique" href="#fields-unique">
<a id="sqlite-custom_indexes-index-unique" href="#sqlite-custom_indexes-index-unique">
<span style="font-family: Inconsolata, Menlo, Courier, monospace;">
unique
</span>
@ -431,7 +444,7 @@ index ["column", "column2"], unique: true, where: "thing = TRUE"
<tr>
<td style="text-align: left">
<a id="fields-using" href="#fields-using">
<a id="sqlite-custom_indexes-index-using" href="#sqlite-custom_indexes-index-using">
<span style="font-family: Inconsolata, Menlo, Courier, monospace;">
using
</span>
@ -451,7 +464,7 @@ index ["column", "column2"], unique: true, where: "thing = TRUE"
<tr>
<td style="text-align: left">
<a id="fields-where" href="#fields-where">
<a id="sqlite-custom_indexes-index-where" href="#sqlite-custom_indexes-index-where">
<span style="font-family: Inconsolata, Menlo, Courier, monospace;">
where
</span>
@ -471,7 +484,7 @@ index ["column", "column2"], unique: true, where: "thing = TRUE"
<tr>
<td style="text-align: left">
<a id="fields-message" href="#fields-message">
<a id="sqlite-custom_indexes-index-message" href="#sqlite-custom_indexes-index-message">
<span style="font-family: Inconsolata, Menlo, Courier, monospace;">
message
</span>
@ -491,7 +504,7 @@ index ["column", "column2"], unique: true, where: "thing = TRUE"
<tr>
<td style="text-align: left">
<a id="fields-include" href="#fields-include">
<a id="sqlite-custom_indexes-index-include" href="#sqlite-custom_indexes-index-include">
<span style="font-family: Inconsolata, Menlo, Courier, monospace;">
include
</span>
@ -576,8 +589,7 @@ end
### Options
### Arguments
<table>
<thead>
@ -591,7 +603,7 @@ end
<tbody>
<tr>
<td style="text-align: left">
<a id="name-name" href="#name-name">
<a id="sqlite-custom_statements-statement-name" href="#sqlite-custom_statements-statement-name">
<span style="font-family: Inconsolata, Menlo, Courier, monospace;">
name
</span>
@ -611,9 +623,23 @@ end
</td>
</tr>
<tr>
</tbody>
</table>
### Options
<table>
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Default</th>
<th colspan=2>Docs</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left">
<a id="name-up" href="#name-up">
<a id="sqlite-custom_statements-statement-up" href="#sqlite-custom_statements-statement-up">
<span style="font-family: Inconsolata, Menlo, Courier, monospace;">
up
</span>
@ -635,7 +661,7 @@ end
<tr>
<td style="text-align: left">
<a id="name-down" href="#name-down">
<a id="sqlite-custom_statements-statement-down" href="#sqlite-custom_statements-statement-down">
<span style="font-family: Inconsolata, Menlo, Courier, monospace;">
down
</span>
@ -656,7 +682,7 @@ end
<tr>
<td style="text-align: left">
<a id="name-code?" href="#name-code?">
<a id="sqlite-custom_statements-statement-code?" href="#sqlite-custom_statements-statement-code?">
<span style="font-family: Inconsolata, Menlo, Courier, monospace;">
code?
</span>
@ -810,8 +836,7 @@ reference :post, on_delete: :delete, on_update: :update, name: "comments_to_post
### Options
### Arguments
<table>
<thead>
@ -825,7 +850,7 @@ reference :post, on_delete: :delete, on_update: :update, name: "comments_to_post
<tbody>
<tr>
<td style="text-align: left">
<a id="relationship-relationship" href="#relationship-relationship">
<a id="sqlite-references-reference-relationship" href="#sqlite-references-reference-relationship">
<span style="font-family: Inconsolata, Menlo, Courier, monospace;">
relationship
</span>
@ -844,9 +869,23 @@ reference :post, on_delete: :delete, on_update: :update, name: "comments_to_post
</td>
</tr>
<tr>
</tbody>
</table>
### Options
<table>
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Default</th>
<th colspan=2>Docs</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left">
<a id="relationship-ignore?" href="#relationship-ignore?">
<a id="sqlite-references-reference-ignore?" href="#sqlite-references-reference-ignore?">
<span style="font-family: Inconsolata, Menlo, Courier, monospace;">
ignore?
</span>
@ -866,7 +905,7 @@ reference :post, on_delete: :delete, on_update: :update, name: "comments_to_post
<tr>
<td style="text-align: left">
<a id="relationship-on_delete" href="#relationship-on_delete">
<a id="sqlite-references-reference-on_delete" href="#sqlite-references-reference-on_delete">
<span style="font-family: Inconsolata, Menlo, Courier, monospace;">
on_delete
</span>
@ -887,7 +926,7 @@ reference :post, on_delete: :delete, on_update: :update, name: "comments_to_post
<tr>
<td style="text-align: left">
<a id="relationship-on_update" href="#relationship-on_update">
<a id="sqlite-references-reference-on_update" href="#sqlite-references-reference-on_update">
<span style="font-family: Inconsolata, Menlo, Courier, monospace;">
on_update
</span>
@ -908,7 +947,7 @@ reference :post, on_delete: :delete, on_update: :update, name: "comments_to_post
<tr>
<td style="text-align: left">
<a id="relationship-deferrable" href="#relationship-deferrable">
<a id="sqlite-references-reference-deferrable" href="#sqlite-references-reference-deferrable">
<span style="font-family: Inconsolata, Menlo, Courier, monospace;">
deferrable
</span>
@ -929,7 +968,7 @@ reference :post, on_delete: :delete, on_update: :update, name: "comments_to_post
<tr>
<td style="text-align: left">
<a id="relationship-name" href="#relationship-name">
<a id="sqlite-references-reference-name" href="#sqlite-references-reference-name">
<span style="font-family: Inconsolata, Menlo, Courier, monospace;">
name
</span>