From 94c5a8db98b7d3ab4dcd3d3f54774f6121ccd51f Mon Sep 17 00:00:00 2001 From: Ajaykumar Date: Fri, 29 Aug 2025 13:42:10 +0530 Subject: [PATCH] docs: add badges and table of contents to README - Added build, Maven Central, Docker, and license badges - Inserted SQLancer logo for better branding - Introduced a clear Table of Contents for easier navigation --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 134f47666..15fd21f93 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,20 @@ -[![Build Status](https://github.com/sqlancer/sqlancer/workflows/ci/badge.svg)](https://github.com/sqlancer/sqlancer/actions) +[![Build Status](https://github.com/sqlancer/sqlancer/workflows/ci/badge.svg)](https://github.com/sqlancer/sqlancer/actions) +[![Maven Central](https://img.shields.io/maven-central/v/com.sqlancer/sqlancer)](https://search.maven.org/artifact/com.sqlancer/sqlancer) +[![Docker Pulls](https://img.shields.io/docker/pulls/mrigger/sqlancer)](https://hub.docker.com/r/mrigger/sqlancer) +[![License](https://img.shields.io/github/license/sqlancer/sqlancer)](LICENSE) -![SQLancer](media/logo/png/sqlancer_logo_logo_pos_500.png) +![SQLancer Logo](media/logo/png/sqlancer_logo_logo_pos_500.png) + +--- + +## 📑 Table of Contents +- [Introduction](#sqlancer) +- [Getting Started](#getting-started-video-guide) +- [Using SQLancer](#using-sqlancer) +- [Approaches and Papers](#approaches-and-papers) +- [FAQ](#faq) +- [Links](#links) SQLancer is a tool to automatically test Database Management Systems (DBMSs) in order to find bugs in their implementation. That is, it finds bugs in the code of the DBMS implementation, rather than in queries written by the user. SQLancer has found hundreds of bugs in mature and widely-known DBMSs.