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
Copy file name to clipboardExpand all lines: README.md
+9-12Lines changed: 9 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,16 @@
10
10
`Canyon-SQL` is a high level abstraction for working with multiple databases concurrently. Is build on top of the `async` language features
11
11
to provide a high speed, high performant library to handling data access for consumers.
12
12
13
-
## Early stage advice
13
+
## Early stage disclaimer
14
14
15
15
The library it's still on a `early stage` state.
16
-
Any contrib via `fork` + `PR` it's really appreciated. Currently we are involved in a really active development on the project. Near to december 2022, first release will be published and available in `crates.io`.
16
+
Any contrib via `fork` + `PR` it's really appreciated. Currently we are involved in a really active development on the project.
17
+
18
+
## Full documentation resources
19
+
20
+
There is a `work-in-progress` web page, build with `mdBook` containing the official documentation.
21
+
Here is where you will find all the technical documentation for `Canyon-SQL`.
22
+
You can read it [by clicking this link](https://zerodaycode.github.io/canyon-book/)
17
23
18
24
## Most important features
19
25
@@ -33,13 +39,4 @@ Also, in the future, we have plans to allow you to manipulate the whole server,
33
39
34
40
Every crate listed above is an `async` based crate, in line with the guidelines of the `Canyon-SQL` design.
35
41
36
-
There are plans for include more databases, but is not one of the priorities of the development team nowadays.
37
-
38
-
## Full documentation resources
39
-
40
-
There is a `work-in-progress` web page, build with `mdBook` containing the official documentation.
41
-
You can read it [by clicking this link](https://zerodaycode.github.io/canyon-book/)
42
-
43
-
> At this time, and while this comment is in this README.md file, the documentation linked above is outdated
44
-
with the current library implementation. This will took to update probably several weeks, so take in consideration
45
-
wait for this comment to dissapear from here, because the project is under a rewrite process.
42
+
There are plans for include more databases engines.
0 commit comments