sqlite-uuidv7

command module
v0.0.0-...-9d979e1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 8, 2023 License: MIT Imports: 3 Imported by: 0

README

sqlite-uuidv7

An SQLite extension for generating UUIDv7s. It wraps https://github.com/gofrs/uuid.

Usage

You will need a version of SQLite that allows loading of extensions. If you are on a Mac, you can brew install sqlite.

$ make 
$ sqlite3
> .load uuidv7.so
> select uuid_generate_v7();
01889914-efa9-7ec3-997b-c2b1de310c56
> select hex(uuid_generate_v7_bytes());
0188991513087EC3B78D3FD9361C5B32
> .quit

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL