Skip to content

Other functions from modernc.org/sqlite #77

@zakaria-chahboun

Description

@zakaria-chahboun

Hi! First of all Thank you for this project 🌷

How i can benefit from other features with the modernc.org/sqlite driver?

For example, I can create a custom SQLite function by writing this:

import sqlite "modernc.org/sqlite"

func main() {
// register a new sqlite function! easily: (e.g SELECT new_id();)
sqlite.MustRegisterScalarFunction("new_id", 0, newID)

// ....

}

But this function (and others) doesn't appear in your driver.

Thanks 🤗

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions