arkormx 2.4.2 → 2.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -126,10 +126,12 @@ await User.transaction(async () => {
|
|
|
126
126
|
## Next steps
|
|
127
127
|
|
|
128
128
|
- [Setup](https://arkormx.toneflix.net/guide/setup)
|
|
129
|
-
- [Configuration](https://arkormx.
|
|
130
|
-
- [
|
|
131
|
-
- [
|
|
132
|
-
- [
|
|
133
|
-
- [
|
|
134
|
-
- [
|
|
135
|
-
- [
|
|
129
|
+
- [Configuration](https://arkormx.toneflix.net/guide/configuration)
|
|
130
|
+
- [Database Adapters](https://arkormx.toneflix.net/guide/adapters)
|
|
131
|
+
- [Prisma Compatibility](https://arkormx.toneflix.net/guide/prisma-compatibility)
|
|
132
|
+
- [Typing](https://arkormx.toneflix.net/guide/typing)
|
|
133
|
+
- [Models](https://arkormx.toneflix.net/guide/models)
|
|
134
|
+
- [Query Builder](https://arkormx.toneflix.net/guide/query-builder)
|
|
135
|
+
- [Transactions](https://arkormx.toneflix.net/guide/transactions)
|
|
136
|
+
- [Relationships](https://arkormx.toneflix.net/guide/relationships)
|
|
137
|
+
- [Observability and Errors](https://arkormx.toneflix.net/guide/observability-errors)
|