Questions tagged [go-fiber]

Fiber is an Express inspired web framework built on top of Fasthttp, the fastest HTTP engine for Go.

Fiber is an Express inspired web framework built on top of Fasthttp, the fastest HTTP engine for Go.

167 questions
-4
votes
1 answer

Insert data into sqlite db with Go Fiber / Gorm

Hello I'm using Go Fiber together with gorm sqlite. I was wondering if there is a way to pre load data into the database with a sql script? I know that in Spring Boot it is possible to create a data.sql file to preload data. Is there a same way to…
Ronny Giezen
  • 557
  • 2
  • 10
  • 21
1 2 3
11
12