You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

46
+
47
+
API documentation is available at the following link. Refer to the mock objects in the Tests directory if you want to build a custom database driver implementation.
44
48
45
49
> [!TIP]
46
50
> Avoid calling `database.execute` while in a transaction; use the transaction `connection` instead.
47
51
48
52
> [!WARNING]
49
53
> This repository is a work in progress, things can break until it reaches v1.0.0.
50
54
55
+
56
+
## Database drivers
57
+
58
+
The following database driver implementations are available for use:
Pull requests are welcome. Please keep changes focused and include tests for new logic.
75
+
[Pull requests](https://github.com/feather-framework/feather-database/pulls) are welcome. Please keep changes focused and include tests for new logic. 🙏
0 commit comments