1
0
mirror of https://github.com/jbranchaud/til synced 2026-03-04 23:18:44 +00:00

Add Get Fields For Inserted Row as a Drizzle TIL

This commit is contained in:
jbranchaud
2024-10-28 15:40:24 -05:00
parent edf38308da
commit c16d80fd94
2 changed files with 58 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ pairing with smart people at Hashrocket.
For a steady stream of TILs, [sign up for my newsletter](https://crafty-builder-6996.ck.page/e169c61186).
_1487 TILs and counting..._
_1488 TILs and counting..._
---
@@ -212,6 +212,7 @@ _1487 TILs and counting..._
### Drizzle
- [Create bigint Identity Column For Primary Key](drizzle/create-bigint-identity-column-for-primary-key.md)
- [Get Fields For Inserted Row](drizzle/get-fields-for-inserted-row.md)
### Elixir