Skip to main content
Module

x/denodb/deps.ts>MySQLConnection#lessThan5_7

MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno
Go to Latest
method MySQLConnection.prototype.lessThan5_7
import { MySQLConnection } from "https://deno.land/x/denodb@v1.0.40/deps.ts";

Check if database server version is less than 5.7.0

MySQL version is "x.y.z" eg "5.5.62"

MariaDB version is "5.5.5-x.y.z-MariaDB[-build-infos]" for versions after 5 (10.0 etc) eg "5.5.5-10.4.10-MariaDB-1:10.4.10+mariabionic" and "x.y.z-MariaDB-[build-infos]" for 5.x versions eg "5.5.64-MariaDB-1trusty"

Returns

Boolean