Skip to content
This repository was archived by the owner on Jun 4, 2019. It is now read-only.

Commit bbda7ca

Browse files
author
Johan Persson
committed
Minor formatting change of headers in README.md
1 parent 9cbac85 commit bbda7ca

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ There are a lot of database libraries out there. Most of them try to create a ne
55

66
[![Build Status](https://secure.travis-ci.org/jpersson/prequel.png)](http://travis-ci.org/jpersson/prequel)
77

8-
## Background
8+
### Background
99

1010
Prequel is a small set of classes making handling of SQL queries in Scala a bit easier. It takes care of connection handling/pooling, sql escaping, parameter conversion and to some extent transaction handling.
1111

1212
Prequel was written by me, [Johan Persson](https://github.com/jpersson) since I was not really happy with what I could find in terms of jdbc based database libraries. The library is heavily inspired by projects like [Querulous](https://github.com/nkallen/querulous), [Simplifying JDBC](http://scala.sygneca.com/code/simplifying-jdbc) and unreleased work of [Tristan Juricek](https://github.com/tristanjuricek).
1313

1414
See example below how prequel can make your life easier.
1515

16-
## Database Compatibility
16+
### Database Compatibility
1717

1818
Prequel should be compatible with most JDBC supported databases. I've only tested it using HSQLDB and PostgreSQL but MySQL and others should work fine.
1919

20-
## Use at your own risk
20+
### Use at your own risk
2121

2222
Although I'm using this library in my own projects I have not tested it with massive amounts of data so use at your own risk :-)
2323

24-
## Not supported
24+
### Not supported
2525

2626
* Logging (will be implemented later on)
2727
* Any config files for database configuration
@@ -109,7 +109,7 @@ Releases of Prequel are published to [oss.sonatype.org](https://oss.sonatype.org
109109
Dependencies
110110
------------
111111

112-
## 3rd Party libs
112+
### 3rd Party libs
113113

114114
I've tried to keep the list of dependencies as short as possible but currently the following
115115
libraries are being used.
@@ -119,7 +119,7 @@ libraries are being used.
119119
* [commons-lang 2.6](http://commons.apache.org/lang) for SQL escaping
120120
* [joda-time 1.6.2](http://joda-time.sourceforge.net/) for sane support of Date and Time
121121

122-
## Testing
122+
### Testing
123123

124124
For testing I use [scala-test](http://www.scalatest.org) for unit-tests and [hsqldb](http://hsqldb.org) for in process db interaction during tests.
125125

0 commit comments

Comments
 (0)