Skip to content

Tags: feather-framework/feather-database-postgres

Tags

1.0.0-beta.6

Toggle 1.0.0-beta.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix compiler crash (#12)

- Fix compiler crash
- Bump version

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
- updated readme

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.
Bump dependency version (#8)

- use feather database 1.0.0-beta.5

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 database query type (#6)

- New query currency type implementation
- Naming changes, remove unused code
- Readme updates

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 (#5)

⚠️ 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 <gurrka@gmail.com>

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 (#3)

- Swift 6.1 rework
- Brand new database driver implementation

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 (#1)

- service -> component

0.1.0

Toggle 0.1.0's commit message
initial