digitalmars.D.announce - mysql-native v0.1.5
- Nick Sabalausky (25/25) Sep 08 2016 Tagged a new release of mysql-native: A client driver for MySQL/MariaDB
- Nick Sabalausky (3/3) Sep 08 2016 Another small update, v0.1.6, to fix this: Linker error when using dub
- Karabuta (3/6) Sep 10 2016 Please add a little sample usage code in the README.
- Emre Temelkuran (3/3) Sep 11 2016 There is absolutely no proper documentation (only original's 2011
- Nick Sabalausky (3/5) Sep 11 2016 Yea, I agree, it's an embarrassment. It's a top priority for
- Suliman (3/9) Sep 11 2016 +1
- Martin Tschierschke (2/12) Sep 16 2016 +1
- Rory McGuire via Digitalmars-d-announce (4/6) Sep 16 2016 Hi Nick is that a typo or are you working on a completely different
- Nick Sabalausky (3/9) Sep 17 2016 Typo. Sometimes mysql-native is referred to shorthand as "mysqln", so I
- Rory McGuire via Digitalmars-d-announce (5/19) Sep 18 2016 :) cool thanks. Nice to know you are taking care of such an important pa...
Tagged a new release of mysql-native: A client driver for MySQL/MariaDB written natively in D from scratch via the published protocol specs, with no dependency on the C MySQL client library. Supports either Phobos or Vide.d sockets (works with or without Vibe.d). Despite the seemingly low version number, this library is used in real-world projects by various people and has been around (with various maintainers and contributors) since Steve Teale's original release in 2011. In this version: - New: Started this changelog. ( Abscissa) version ( s-ludwig) reason ( s-ludwig) Full changelog: https://github.com/mysql-d/mysql-native/blob/master/CHANGELOG.md Future direction: Priorities need to be a published API documentation and some good docs, plus continue addressing the existing issues/PRs. Github Homepage: https://github.com/mysql-d/mysql-native On DUB: http://code.dlang.org/packages/mysql-native
Sep 08 2016
Another small update, v0.1.6, to fix this: Linker error when using dub to import *just* vibe-d:core, but not all of vibe.d. At least once code.dlang.org notices the new tag.
Sep 08 2016
On Thursday, 8 September 2016 at 21:21:24 UTC, Nick Sabalausky wrote:Another small update, v0.1.6, to fix this: Linker error when using dub to import *just* vibe-d:core, but not all of vibe.d. At least once code.dlang.org notices the new tag.Please add a little sample usage code in the README.
Sep 10 2016
There is absolutely no proper documentation (only original's 2011 one). This is why it's not popular.
Sep 11 2016
On 09/11/2016 07:02 AM, Emre Temelkuran wrote:There is absolutely no proper documentation (only original's 2011 one). This is why it's not popular.Yea, I agree, it's an embarrassment. It's a top priority for mysqln-native at this point.
Sep 11 2016
On Sunday, 11 September 2016 at 14:52:35 UTC, Nick Sabalausky wrote:On 09/11/2016 07:02 AM, Emre Temelkuran wrote:+1There is absolutely no proper documentation (only original's 2011 one). This is why it's not popular.Yea, I agree, it's an embarrassment. It's a top priority for mysqln-native at this point.
Sep 11 2016
On Sunday, 11 September 2016 at 16:01:04 UTC, Suliman wrote:On Sunday, 11 September 2016 at 14:52:35 UTC, Nick Sabalausky wrote:+1On 09/11/2016 07:02 AM, Emre Temelkuran wrote:+1There is absolutely no proper documentation (only original's 2011 one). This is why it's not popular.Yea, I agree, it's an embarrassment. It's a top priority for mysqln-native at this point.
Sep 16 2016
On 11 Sep 2016 16:57, "Nick Sabalausky via Digitalmars-d-announce" < digitalmars-d-announce puremagic.com> wrote:[snip] ... a top priority for mysqln-native at this point.Hi Nick is that a typo or are you working on a completely different library? mysqln-native?
Sep 16 2016
On 09/16/2016 02:41 PM, Rory McGuire via Digitalmars-d-announce wrote:On 11 Sep 2016 16:57, "Nick Sabalausky via Digitalmars-d-announce" < digitalmars-d-announce puremagic.com> wrote:Typo. Sometimes mysql-native is referred to shorthand as "mysqln", so I guess my fingers just stuttered ;)[snip] ... a top priority for mysqln-native at this point.Hi Nick is that a typo or are you working on a completely different library? mysqln-native?
Sep 17 2016
On Sat, Sep 17, 2016 at 3:00 PM, Nick Sabalausky via Digitalmars-d-announce <digitalmars-d-announce puremagic.com> wrote:On 09/16/2016 02:41 PM, Rory McGuire via Digitalmars-d-announce wrote::) cool thanks. Nice to know you are taking care of such an important part of our language's ecosystem. ROn 11 Sep 2016 16:57, "Nick Sabalausky via Digitalmars-d-announce" < digitalmars-d-announce puremagic.com> wrote:Typo. Sometimes mysql-native is referred to shorthand as "mysqln", so I guess my fingers just stuttered ;)[snip] ... a top priority for mysqln-native at this point.Hi Nick is that a typo or are you working on a completely different library? mysqln-native?
Sep 18 2016