ObjectDB should support selecting collation when a new database is created.
The collation will affect the way strings are sorted in queries (with ORDER BY).
Currently strings are always ordered by Unicode order, and a workaround that enables controlling the order is to use normalizing, as discussed in this forum thread and in this forum thread.
ObjectDB Support