Skip to main content

All Questions

Filter by
Sorted by
Tagged with
3 votes
1 answer
273 views

Seeding a file with fake records - doing concurrent updates

I need to seed a database with user data. When trying to write records to a file using sqlite3 with node, I tried writing the logic in a naive manner, without any error checks - but it was failing ...
saraf's user avatar
  • 131