sqlite-ulid icon indicating copy to clipboard operation
sqlite-ulid copied to clipboard

A SQLite extension for generating and working with ULIDs

Results 4 sqlite-ulid issues
Sort by recently updated
recently updated
newest added

This took a little guessing (I'm very new to this kind of thing) so I thought adding it here would be helpful to others. Thanks for this project!

I asked ChatGPT for types & it gave this: ```ts declare module "sqlite-ulid" { export function getLoadablePath(): string; } ``` Can you publish this? I'll use a `global.d.ts` in the...

I'm facing an issue when trying to use bundle add sqlite-ulid running the latest ruby version. I'm on ruby version 3.2.2, arm64-darwin. It was also happening when trying to add...

This is a great extension @asg017! I'm trying to compile and statically link this extension in my own C code. I used your `make static-release` and got the `.a` file...