pub async fn get_version(con: &mut AnyConnection<'_>, name: &str) -> Result<i64>Expand description
Use this function to obtain the current version number.
If the version table does not exist, sets up the version table. The version table can be used to easily upgrade existing tables to a new version, without manually doing it by hand.