@@ -67,6 +67,23 @@ <h1>Inquire</h1>
6767 typed queries, and multi-dialect execution. It stays close to SQL
6868 so you can evaluate it quickly and keep control.
6969 </ p >
70+ < div class ="badges ">
71+ < a title ="NPM Package " href ="https://www.npmjs.com/package/@stackpress/inquire " target ="_blank ">
72+ < img src ="https://img.shields.io/npm/v/@stackpress/inquire.svg?style=flat " alt ="NPM version badge " />
73+ </ a >
74+ < a title ="Tests Status " href ="https://github.com/stackpress/inquire/actions " target ="_blank ">
75+ < img src ="https://img.shields.io/github/actions/workflow/status/stackpress/inquire/test.yml " alt ="GitHub Actions workflow status badge " />
76+ </ a >
77+ < a title ="Coverage Status " href ="https://coveralls.io/github/stackpress/inquire?branch=main " target ="_blank ">
78+ < img src ="https://coveralls.io/repos/github/stackpress/inquire/badge.svg?branch=main " alt ="Coverage status badge " />
79+ </ a >
80+ < a title ="Commits " href ="https://github.com/stackpress/inquire/commits/main/ " target ="_blank ">
81+ < img src ="https://img.shields.io/github/last-commit/stackpress/inquire " alt ="GitHub last commit badge " />
82+ </ a >
83+ < a title ="License " href ="https://github.com/stackpress/inquire/blob/main/LICENSE " target ="_blank ">
84+ < img src ="https://img.shields.io/badge/license-Apache%202.0-blue.svg?style=flat " alt ="License badge " />
85+ </ a >
86+ </ div >
7087 < div class ="page-home-hero-actions ">
7188 < a
7289 class ="page-home-button page-home-button-primary "
@@ -83,9 +100,6 @@ <h1>Inquire</h1>
83100 Learn More
84101 </ a >
85102 </ div >
86- < div class ="page-home-surface-list ">
87- < span class ="page-home-surface-pill "> Engine</ span > < span class ="page-home-surface-pill "> Create / Alter</ span > < span class ="page-home-surface-pill "> Select / Insert / Update / Delete</ span > < span class ="page-home-surface-pill "> Mysql / Pgsql / Sqlite</ span > < span class ="page-home-surface-pill "> Connection wrappers</ span >
88- </ div >
89103 </ div >
90104 < div class ="page-home-hero-example ">
91105
@@ -162,6 +176,13 @@ <h2>Pick the next page based on how you work</h2>
162176 </ div >
163177 </ section >
164178 </ main >
179+ < footer class ="footer ">
180+ < p > By the stackpress team</ p >
181+ < div class ="footer-links ">
182+ < a href ="https://stackpress.io " target ="_blank " rel ="noreferrer "> stackpress.io</ a >
183+ < a href ="https://github.com/stackpress/ingest " target ="_blank " rel ="noreferrer "> GitHub</ a >
184+ </ div >
185+ </ footer >
165186
166187 < script defer src ="./assets/site.js "> </ script >
167188 </ div >
0 commit comments