diff --git a/README.md b/README.md index ddaac9b5..3c2a24e3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Simple.Data +[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/markrendle/Simple.Data?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) A lightweight, dynamic data access component for .NET, written in C#. ## What is it? Prompted by the need for an easy-to-use database access component which prevents SQL injection attacks while not requiring lots of boilerplate ADO.NET code or a pre-generated ORM model. Inspired by Ruby's ActiveRecord and DataMapper gems.