@alipay/faas-server-sdk
TypeScript icon, indicating that this package has built-in type declarations

1.1.20 • Public • Published

@alipay/faas-server-sdk

MySQL 使用说明

import cloud from '@alipay/faas-server-sdk';

const db = cloud.mysql();

export async function main(event, context) {
  const userId = cloud.getAlipayContext().OPENID;
  const rows = await db.query('SELECT * FROM todos where uid = ?', [ userId ]);
  return { rows };
}

/@alipay/faas-server-sdk/

    Package Sidebar

    Install

    npm i @alipay/faas-server-sdk

    Weekly Downloads

    9

    Version

    1.1.20

    License

    MIT

    Unpacked Size

    250 kB

    Total Files

    356

    Last publish

    Collaborators

    • gxkl
    • killagu
    • fengmk2