Relative Content

Tag Archive for javascriptnestjstypeormrqlite

rqlite, nextjs, typeorm pain of `id:null` for an insert to a table

Issue: i got an AUTOINCREMENT, number field ‘id’ in my table (DB: rqlite) when i insert a partial row (no mandatory fields except primary key) i don’t get the id value back from typeorm which was inserted in the DB following in my setup and the multiple code i tried (check the service below) entity […]