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
[](https://feather-framework.github.io/feather-database/)
55
46
56
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.
57
48
58
49
> [!WARNING]
59
50
> This repository is a work in progress, things can break until it reaches v1.0.0.
60
51
61
-
62
52
## Database drivers
63
53
64
54
The following database driver implementations are available for use:
@@ -70,12 +60,12 @@ The following database driver implementations are available for use:
70
60
## Development
71
61
72
62
- Build: `swift build`
73
-
- Test:
74
-
- local: `swift test`
75
-
- using Docker: `make docker-test`
63
+
- Test:
64
+
- local: `swift test`
65
+
- using Docker: `make docker-test`
76
66
- Format: `make format`
77
67
- Check: `make check`
78
68
79
69
## Contributing
80
70
81
-
[Pull requests](https://github.com/feather-framework/feather-database/pulls) are welcome. Please keep changes focused and include tests for new logic. 🙏
71
+
[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