[HN Gopher] A pure Go embedded SQL database
       ___________________________________________________________________
        
       A pure Go embedded SQL database
        
       Author : eatonphil
       Score  : 13 points
       Date   : 2022-01-29 21:55 UTC (1 hours ago)
        
 (HTM) web link (gitlab.com)
 (TXT) w3m dump (gitlab.com)
        
       | ufmace wrote:
       | This project seems rather in need of a summary of what it is and
       | what it does. How does it compare to for ex Sqlite?
        
         | eatonphil wrote:
         | Well for one, if it's in Go, it wouldn't need Cgo.
        
           | anderspitman wrote:
           | It's pretty easy to statically link SQLite[0]. Are there
           | other disadvantages to CGO?
           | 
           | [0]: https://www.arp242.net/static-go.html
        
       | eatonphil wrote:
       | The Go package docs and this design file have a bit more info but
       | it doesn't seem like the author has really written about this
       | project.
       | 
       | https://pkg.go.dev/modernc.org/ql?utm_source=godoc
       | 
       | https://gitlab.com/cznic/ql/-/blob/master/design/doc.go
        
       ___________________________________________________________________
       (page generated 2022-01-29 23:00 UTC)