Skip to content

orderedString

const orderedString: TypeWrapper<string>

Defined in: .work/repos/edinburgh/src/types.ts:692

Type wrapper instance for the ordered string type, which is just like a string except that it sorts lexicographically in the database (instead of by incrementing length first), making it suitable for index fields that want lexicographic range scans. Ordered strings are implemented as null-terminated UTF-8 strings, so they may not contain null characters.