iutdb
Version:
A JSON and SQLİTE database module
7 lines • 476 B
JavaScript
module.exports = {
"file_not_found": "Database file not found please check documentation; https://www.npmjs.com/package/iutdb",
"type_not_found" : "Type not specified please check documentation; https://www.npmjs.com/package/iutdb",
"types" : "Please select a valid type; 'sqlite','json'",
"extention_error" : "The database file has a different extension, please correct it and try again.",
"error": "An error has occurred, please try again later."
}