From 0b69aa82fd5263848f7d1068751a989279545a2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwendal=20Roue=CC=81?= Date: Mon, 6 Apr 2020 19:54:47 +0200 Subject: [PATCH 1/2] [skip travis] Add a Brag Document --- BRAG.md | 99 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 BRAG.md diff --git a/BRAG.md b/BRAG.md new file mode 100644 index 0000000000..d3beee8e5b --- /dev/null +++ b/BRAG.md @@ -0,0 +1,99 @@ +# Brag Document + +Here is a list of people who were happy to meet GRDB :-) + +--- + +https://twitter.com/steipete/status/1231105339954802694 + +> It [Core Data] gets the job done, but folks made some really amazing Swift native sqlite wrappers. + +--- + +https://twitter.com/BelleBCooper/status/1223148814980091904 + +> I LOVE GRDB and highly recommend it. If you don’t need it now, do keep it in mind for future because it’s great and the documentation and support are top notch. + +--- + +https://twitter.com/layoutSubviews/status/1202092984822648832 + +> GRDB is quickly becoming the best package I have ever dealt with. +> What an exceptional piece of work: the philosophy, the documentation, the API, the abstractions, the Swiftiness👌 + +--- + +https://twitter.com/fpillet/status/1193608995405209607 + +> GRDB keeps being the best-in-class interface to your database, and if you're not using it you're missing out. As always, amazing work from @groue ! + +--- + +https://twitter.com/lordmooch/status/1193537540583755776 + +> Best SQLite/Swift integration 😀👍🏻 + +--- + +https://twitter.com/BelleBCooper/status/1192195655743111168 + +> I’ve been working on a side project recently that uses SwiftUI (+UIKit for parent controllers and nav), Combine, GRDB, and GRDBCombine for automatic updating based on DB changes. I’m really liking this setup. + +--- + +https://twitter.com/BelleBCooper/status/1186034269577048064 + +> Working on a new project today and using GRDB by @groue for the backend. This is my go-to for new Swift projects. Highly recommend it! + +--- + +https://twitter.com/krzyzanowskim/status/1156568071303290882 + +> I think GRDB.swift is a godsend. So far sooooo good. (change my mind?) + +--- + +https://twitter.com/iOSDevWeekly/status/1133780078398021637 + +> How had I never heard of GRDB before this week? Was I the only one missing out, or is this wonderful database library from @groue news to you all too? https://buff.ly/2X8yHGf #iosdev + +---- + +https://twitter.com/micpringle/status/1132264501812891648 + +> Spent the last few weeks integrating it and it’s amazing! And this release brings a whole load more features—especially excited about eager loading of hasMany relationships. +> +> Quite possibly one of the best documented open source libs I’ve come across as well👌🏼 + +--- + +https://twitter.com/danielemargutti/status/1132217792902647808 + +> It’s a great successor for FMDB with tons of great stuff. Worth a look, we have choose it in our new project even if, actually, I preferred not using some of the ‘ORM’ like features. + +--- + +https://twitter.com/lordmooch/status/1131664588494254086 + +> Woohoo! Absolutely superb Swift library for SQLite - I love it 😀 + +--- + +https://twitter.com/JadenGeller/status/1115483150564487168 + +> Wow, there are some *really* good looking SQLite frameworks in Swift. + +--- + +https://twitter.com/strawb3rryx7/status/1073620070784516096 + +> If you looking for a SQLite wrapper in Swift, just take a look the GRDB library! 👇🏼 https://github.com/groue/GRDB.swift… Well-maintained and documented! ✊🏼 + +--- + +https://twitter.com/BelleBCooper/status/1047017928112128000 + +> http://blog.bellebcooper.com/2018-10-02-16-39.html +> +> I love the way issues are handled in GRDB (SQLite for Swift). Groue is so friendly, and always goes above-and-beyond in helping to solve problems or explore new features for the library. It makes me happy to be a GRDB user. + From 97a05b97d94dd52588281cd2def22fdcaeccb90d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwendal=20Roue=CC=81?= Date: Mon, 6 Apr 2020 19:56:32 +0200 Subject: [PATCH 2/2] [skip travis] Fix typo --- BRAG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BRAG.md b/BRAG.md index d3beee8e5b..989b2fb0d4 100644 --- a/BRAG.md +++ b/BRAG.md @@ -87,7 +87,7 @@ https://twitter.com/JadenGeller/status/1115483150564487168 https://twitter.com/strawb3rryx7/status/1073620070784516096 -> If you looking for a SQLite wrapper in Swift, just take a look the GRDB library! 👇🏼 https://github.com/groue/GRDB.swift… Well-maintained and documented! ✊🏼 +> If you looking for a SQLite wrapper in Swift, just take a look the GRDB library! 👇🏼 https://github.com/groue/GRDB.swift Well-maintained and documented! ✊🏼 ---