extends layout.pug

block content
    h1 Welcome to API server
    p Hello, world ! This is server talking to you live on port #{port} !
    form(action="/db", method="get")
        div.form-group
            label(for="table") Table
            input.form-control(type="search", name="table")
        div.form-group
            label(for="columns") Columns
            input.form-control(type="search", name="columns")
        button.form-control(type="submit") Search
    |
    a(href="/graphql") Check GraphQL