mirror of https://github.com/aldy505/bob.git
docs: hotfix on links
This commit is contained in:
parent
6402e24423
commit
a0a4035c4c
|
@ -6,7 +6,6 @@ jobs:
|
||||||
check:
|
check:
|
||||||
name: Check
|
name: Check
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
20
README.md
20
README.md
|
@ -1,15 +1,15 @@
|
||||||
# Bob - SQL Query Builder
|
# Bob - SQL Query Builder
|
||||||
|
|
||||||
[![Go Reference](pkg-go-dev-badge)](pkg-go-dev-link)
|
[![Go Reference][pkg-go-dev-badge]][pkg-go-dev-link]
|
||||||
[![Go Report Card](go-report-badge)](go-report-link)
|
[![Go Report Card][go-report-badge]][go-report-link]
|
||||||
![GitHub](license-badge)
|
![GitHub][license-badge]
|
||||||
[![CodeFactor](codefactor-badge)](codefactor-link)
|
[![CodeFactor][codefactor-badge]][codefactor-link]
|
||||||
[![codecov](codecov-badge)](codecov-link)
|
[![codecov][codecov-badge]][codecov-link]
|
||||||
[![Codacy Badge](codacy-badge)](codacy-link)
|
[![Codacy Badge][codacy-badge]][codacy-link]
|
||||||
[![Test and coverage](actions-badge)](actions-link)
|
[![Test and coverage][actions-badge]][actions-link]
|
||||||
|
|
||||||
Bob is an SQL builder library initially made as an extension for [Squirrel](squirrel-url)
|
Bob is an SQL builder library initially made as an extension for [Squirrel][squirrel-url]
|
||||||
with functionality like [Knex](knex-url) (from the Node.js world). Squirrel itself
|
with functionality like [Knex][knex-url] (from the Node.js world). Squirrel itself
|
||||||
doesn't provide other types of queries for creating a table, upsert,
|
doesn't provide other types of queries for creating a table, upsert,
|
||||||
and some other things. Bob is meant to fill those gaps.
|
and some other things. Bob is meant to fill those gaps.
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ yourself, if your problem is specific and needs some micro-tweaks.
|
||||||
With that being said, I hope you enjoy using Bob and consider starring or
|
With that being said, I hope you enjoy using Bob and consider starring or
|
||||||
reporting any issues regarding the usage of Bob in your projects.
|
reporting any issues regarding the usage of Bob in your projects.
|
||||||
|
|
||||||
Oh, and of course, heavily inspired by [Bob the Builder](bob-wikipedia).
|
Oh, and of course, heavily inspired by [Bob the Builder][bob-wikipedia].
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue