Skip to content

v0.2.1

Latest
Compare
Choose a tag to compare
@asg017 asg017 released this 24 Jul 06:07
· 2 commits to main since this release
  • Added new ulid_with_datetime() scalar function, which allows for creating a ULID from a pre-determined timestamp. Thanks @chesedo  for the contribution!
  • Added bindings to a new sqlite-utils plugin. You can install it with sqlite-utils install sqlite-utils-sqlite-ulid.
  • Added Deno bindings. See deno.land/x/sqlite_ulid for more info.
  • Added Node bindings. See sqlite-ulid for more info.
  • Added Ruby bindings. See sqlite-ulid` for more info.
  • Experimental Go bindings.