2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 03:29:00 +00:00
books/tests/test_mysqlBackend.js
2018-03-05 22:15:21 +05:30

11 lines
283 B
JavaScript

// const server = require('frappejs/server');
// server.start({
// backend: 'mysql',
// connectionParams: {
// host : "test_frappejs",
// username : "test_frappejs",
// password : "test_frappejs",
// db_name : "test_frappejs"
// }
// });