db.save(table)
Параметры
Name
Type
Description
table
Table
Таблица с данными
Пример
local db = require"db"db.save({ ["string_data"]="Test string", ["test_int"]=1337})