Skip to content

Tags: feather-framework/feather-database-mysql

Tags

1.0.0-rc.1

Toggle 1.0.0-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
New query bindings (#11)

- new query bindings for arrays, optionals
- better docker setup
- add mysql extras for connection pooling
- ci tests improved
- prep work for rc.1 release

---------

Co-authored-by: Ferenc Viasz-Kadi <[email protected]>
Co-authored-by: Ferenc Viasz-Kadi <[email protected]>

1.0.0-beta.5

Toggle 1.0.0-beta.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Apply naming conventions (#10)

- apply naming conventions
- update readme
- merge test suite extension

1.0.0-beta.4

Toggle 1.0.0-beta.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add bool interpolation support (#8)

- bool interpolation 
- more tests
- bump dep version

1.0.0-beta.3

Toggle 1.0.0-beta.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
New query type implementation (#7)

- New query currency type implementation
- Remove unused code
- Prepare for release

1.0.0-beta.2

Toggle 1.0.0-beta.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Align codebase with feather database API 1.0.0-beta.3 release (#6)

⚠️ Breaking changes:
- With-style API for transaction & connection
- Using RowSequence in a handler instead of a return value
- Query result renamed to RowSequence
- Remove execute API from database client
- Improve transaction error interface
- Sendable fixes

---------

Co-authored-by: GErP83 <[email protected]>

1.0.0-beta.1

Toggle 1.0.0-beta.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Swift 6 updates (#4)

- Swift 6.1+ support
- Brand new database layer implementation

0.4.0

Toggle 0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
updated deps (#3)

0.3.0

Toggle 0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
updated deps (#2)

0.2.0

Toggle 0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Rework

- service -> component

0.1.0

Toggle 0.1.0's commit message
initial