Ivan Akimov
Ivan Akimov
https://fossfox.com/ Fossfox is dev-only opportunity explorer specifically listing companies that create open-source products or heavily contribute to open-source.
Hashids is there: https://cdnjs.com/libraries/hashids Sqids should be added too
Right now max value is `Number.MAX_SAFE_INTEGER`, with no support for bigints. This is an issue for tracking this feature. Hashids has support for it here (for reference): https://github.com/niieani/hashids.js/blob/master/src/hashids.ts Todos: -...
Init
The original Postgres version was written in C: https://github.com/iCyberon/pg_hashids (cc @iCyberon) @tzvetkoff Any chance that your `sqids-c` could be linked with Postgres to make this one?
In [this example](https://github.com/duckdb/duckdb-rs/blob/main/crates/duckdb/examples/hello-ext/main.rs), the created function is a table function. How would one make it a scalar function so that the following is possible? ```sql select hello('rusty'); ```
### Library name sqids ### Library license https://github.com/sqids/sqids-javascript/blob/main/LICENSE ### Library source https://www.npmjs.com/package/sqids ### Files to include - cjs/sqids.js - cjs/sqids.js.map - cjs/sqids.d.ts - esm/sqids.js - esm/sqids.js.map - esm/sqids.d.ts - esm/package.json...