You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/dsls/DSL:-AshSqlite.DataLayer.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,7 @@ end
48
48
|[`migration_ignore_attributes`](#sqlite-migration_ignore_attributes){: #sqlite-migration_ignore_attributes } |`list(atom)`|`[]`| A list of attributes that will be ignored when generating migrations. |
49
49
|[`table`](#sqlite-table){: #sqlite-table } |`String.t`|| The table to store and read the resource from. If this is changed, the migration generator will not remove the old table. |
50
50
|[`polymorphic?`](#sqlite-polymorphic?){: #sqlite-polymorphic? } |`boolean`|`false`| Declares this resource as polymorphic. See the [polymorphic resources guide](/documentation/topics/resources/polymorphic-resources.md) for more. |
51
+
|[`enable_write_transactions?`](#sqlite-enable_write_transactions?){: #sqlite-enable_write_transactions? } |`boolean`|`false`| Enable write transactions for this resource. See the [SQLite transaction guide](/documentation/topics/about-as-sqlite/transactions.md) for more. |
0 commit comments