Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/denodb/deps.ts>Bson.Decimal128.fromString

MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno
Go to Latest
method Bson.Decimal128.fromString
import { Bson } from "https://deno.land/x/denodb@v1.1.0/deps.ts";
const { Decimal128 } = Bson;

Create a Decimal128 instance from a string representation

Parameters

representation: string
  • a numeric string representation.