v1.2.0
What's Changed
const { query } = require("chdb");
// If an error occurs, it will be thrown
try {
query("SELECT * FROM non_existent_table;", "CSV");
}
catch (e) {
console.log("Error:", e.message);
}
Full Changelog: v1.1.4...v1.2.0
const { query } = require("chdb");
// If an error occurs, it will be thrown
try {
query("SELECT * FROM non_existent_table;", "CSV");
}
catch (e) {
console.log("Error:", e.message);
}
Full Changelog: v1.1.4...v1.2.0