Packages

Mongo Agile Library for Elixir, with a micro-language integrated query

Current section

Files

Jump to
mongo_agile lib layers utils object_id object_id_string_to.ex
Raw

lib/layers/utils/object_id/object_id_string_to.ex

defimpl String.Chars, for: BSON.ObjectId do
def to_string(bson_id) do
BSON.ObjectId.encode!(bson_id)
end
end