zolrath / typeid_test

Attempting to use TypeID with order_by on the id

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeID Autogenerated IDs k-sorted test

To use this example

  • Run mix setup to install and setup dependencies
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Create a few Clients and then refresh the page. Note that they are no longer in the same order as the ID is not k-sorted like expected.

About

Attempting to use TypeID with order_by on the id


Languages

Language:Elixir 76.2%Language:HTML 19.3%Language:JavaScript 4.3%Language:CSS 0.1%