|
|
|
|
|
by parhamn
989 days ago
|
|
Well its a different access pattern. As the underlying library points out: > It is used in programming environments that do not allow calling C API functions. Also I guess which one is easier will be subjective. The steps are sorta similar: Step 1) install sqlite or squinn on the base system (the latter might be harder) Step 2) if sqllite use cgo, if squinn just use go (the former might be harder but more performant) |
|