-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update for the nested subpath changes in FluentKit (#87)
Remove no longer needed (well, never needed, really) nested subpath support in SQL converter delegate. General tidying and CI.
- Loading branch information
Showing
6 changed files
with
55 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
* @gwynne | ||
/.github/CONTRIBUTING.md @gwynne @0xTim | ||
/.github/workflows/*.yml @gwynne @0xTim | ||
/.github/workflows/test.yml @gwynne | ||
/.spi.yml @gwynne @0xTim | ||
/.gitignore @gwynne @0xTim | ||
/LICENSE @gwynne @0xTim | ||
/README.md @gwynne @0xTim |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Contributing to Fluent's SQLite Driver | ||
|
||
👋 Welcome to the Vapor team! | ||
|
||
## Xcode | ||
|
||
To open the project in Xcode: | ||
|
||
- Clone the repo to your computer | ||
- Drag and drop the folder onto Xcode | ||
|
||
To test within Xcode, press `CMD+U`. | ||
|
||
## SPM | ||
|
||
To develop using SPM, open the code in your favorite code editor. Use the following commands from within the project's root folder to build and test. | ||
|
||
```sh | ||
swift build | ||
swift test | ||
``` | ||
|
||
## SemVer | ||
|
||
Vapor follows [SemVer](https://semver.org). This means that any changes to the source code that can cause | ||
existing code to stop compiling _must_ wait until the next major version to be included. | ||
|
||
Code that is only additive and will not break any existing code can be included in the next minor release. | ||
|
||
---------- | ||
|
||
Join us on Discord if you have any questions: [vapor.team](http://vapor.team). | ||
|
||
— Thanks! 🙌 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters