flash548
flash548
Lol yeah. Or could have some separate way to change passwords from the Editor.. that posts to a single endpoint that is just for this? But then I guess that...
> @taras I learnt more about curses/ncurses and terminfo, via `man terminfo`. > > I found out you can use ansi escape codes to swap to an alternate screen buffer...
1. Can you refactor the name of the sqlite3 dialect file? To like `sqlite` or `sqlite3-dialect.js`? -or- 2. You can specify `require('node_modules/sqlite3')` which forces it to look there first, but...
Oh yep - yeah meant folder name. Ok I just tried it - named the `sqlite3` dialect folder to `sqlite-3` and then changed the SUPPORTED_CLIENTS sqlite3 entry to `sqlite-3`, and...
err I mean 3 changes - - folder name change - SUPPORTED_CLIENTS edit - and the config `client` field named to `sqlite-3`