From 446ac6ab6163fd2be9c8ea344c3b8d10aa13c6d6 Mon Sep 17 00:00:00 2001 From: Yevgeniy Zakharov Date: Wed, 5 Aug 2020 11:06:34 +0300 Subject: [PATCH 1/3] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index f6803016b..ead22c4f8 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,6 @@ SQLite ORM light header only library for modern C++ | [`master`](https://github.com/fnc12/sqlite_orm/tree/master) | [![Build Status](https://travis-ci.org/fnc12/sqlite_orm.svg?branch=master)](https://travis-ci.org/fnc12/sqlite_orm) | [![Build status](https://ci.appveyor.com/api/projects/status/github/fnc12/sqlite_orm?branch=master&svg=true)](https://ci.appveyor.com/project/fnc12/sqlite-orm/history) | | | [![Website](https://img.shields.io/badge/official-website-brightgreen.svg)](https://github.com/fnc12/sqlite_orm/) | | [`dev`](https://github.com/fnc12/sqlite_orm/tree/dev) | [![Build Status](https://travis-ci.org/fnc12/sqlite_orm.svg?branch=dev)](https://travis-ci.org/fnc12/sqlite_orm) | [![Build status](https://ci.appveyor.com/api/projects/status/github/fnc12/sqlite_orm?branch=dev&svg=true)](https://ci.appveyor.com/project/fnc12/sqlite-orm/history) | | | [![Website](https://img.shields.io/badge/official-website-brightgreen.svg)](https://github.com/fnc12/sqlite_orm/tree/dev) | -GitAds - # Advantages * **No raw string queries** From f51a73431a97c2f8774187644938b8ec71b460ff Mon Sep 17 00:00:00 2001 From: Yevgeniy Zakharov Date: Wed, 5 Aug 2020 11:06:50 +0300 Subject: [PATCH 2/3] Update README.md --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index ead22c4f8..159731b63 100644 --- a/README.md +++ b/README.md @@ -782,8 +782,3 @@ Or just put `include/sqlite_orm/sqlite_orm.h` into you folder with headers. Also * C++14 compatible compiler (not C++11 cause of templated lambdas in the lib). * libsqlite3 linked to your binary - -## Support on Beerpay -Hey dude! Help me out for a couple of :beers:! - -[![Beerpay](https://beerpay.io/fnc12/sqlite_orm/badge.svg?style=beer-square)](https://beerpay.io/fnc12/sqlite_orm) [![Beerpay](https://beerpay.io/fnc12/sqlite_orm/make-wish.svg?style=flat-square)](https://beerpay.io/fnc12/sqlite_orm?focus=wish) From 2ce815ff3be62988956fd25cd6e3caa44830329c Mon Sep 17 00:00:00 2001 From: Yevgeniy Zakharov Date: Tue, 29 Sep 2020 19:49:19 +0300 Subject: [PATCH 3/3] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1d0ee5f0..f507fd216 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,6 @@ SQLite ORM light header only library for modern C++ * **Easy integration** - single header only lib. * **The only dependency** - libsqlite3 * **C++ standard code style** -* **No undefined behaviour** - if something goes wrong lib throws an exception * **In memory database support** - provide `:memory:` or empty filename * **COLLATE support** * **Limits setting/getting support** @@ -794,6 +793,10 @@ If you want to use the lib directly with Make or something else, just set the in * C++14 compatible compiler (not C++11 cause of templated lambdas in the lib). * Sqlite3 installed on your system and in the path, so cmake can find it (or linked to you project if you don't use cmake) +# Video from conference + +[![Video from conference](https://img.youtube.com/vi/ngsilquWgpo/0.jpg)](https://www.youtube.com/watch?v=ngsilquWgpo) + # SqliteMan In case you need a native SQLite client for macOS or Windows 10 you can use SqliteMan https://sqliteman.dev. It is not a commercial. It is a free native client being developed by the maintainer of this repo.