mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 11:29:02 +00:00
* Use EdgeQL `for` expression for bulk insert in seed.ts Perhaps this was a JavaScript for loop before to make it a little easier to grok for non-EdgeDB users. However, hopefully this is easier enough to understand that people can still follow the example even if they do not know EdgeQL. * Fix small typo in assignment