We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Generates SQL command for CREATE TABLE.
sql.createTable(nam, cols, [opt]); // nam: table name // cols: columns {name: type} // opt: options {pk} // .pk: primary key (null => none)
const sql = require('extra-sql'); english.caverphonePhonetic('Lee'); // 'L11111' english.caverphonePhonetic('Lue'); // 'L11111' english.caverphonePhonetic('Thompson', true); // 'TMPSN'