Skip to content

Commit c0a6e93

Browse files
prepare v1.0.0
1 parent f46cb56 commit c0a6e93

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

+3-7
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
A simple column-oriented ORM for the [ClickHouse](https://clickhouse.tech) database in Swift.
66

7-
WARNING: This library has not yet declared a stable 1.0.0 release! There might be breaking interface changes at any time.
8-
97
Features:
108
- Fixed datatype ORM
119
- Connection pool
@@ -19,7 +17,7 @@ Features:
1917

2018
```swift
2119
dependencies: [
22-
.package(url: "https://github.com/patrick-zippenfenig/ClickHouseVapor.git", from: "0.0.0")
20+
.package(url: "https://github.com/patrick-zippenfenig/ClickHouseVapor.git", from: "1.0.0")
2321
],
2422
targets: [
2523
.target(name: "MyApp", dependencies: ["ClickHouseVapor"])
@@ -129,11 +127,9 @@ let result2 = try! TestModel.select(on: app.clickHouse, sql: sql).wait()
129127
```
130128

131129

132-
## TODO
133-
- Consider query timeouts
130+
## ToDo List
131+
- Query timeouts
134132
- Implement more engines
135-
- Review and declare version 1.0.0
136-
137133

138134
## Contributing
139135
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

0 commit comments

Comments
 (0)