RSSAmplifier

Henry J Schmale's Blog · Aug 10, 2024

Using SQLite Extensions with Gorm

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

I’ve been building a site in Golang using Gorm as my object relational mapper because it’s a pain to map things into a struct and use the scan interface. Not really using it as a query builder, but it’s still handy. I recently wanted to use some extensions in my queries to do things like unicode normalization and similar functions. I was also sick of waiting for Cgo compilation times so I switched…

Read on henryschmale.org

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.