Skip to content

Commit 3c54153

Browse files
committed
Added notice on readme
1 parent c73354b commit 3c54153

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ https://github.com/seratch/scalikejdbc
1515
ScalikeJDBC is a tidy SQL-based DB access library for Scala developers. This library naturally wraps JDBC APIs and provides you easy-to-use APIs.
1616

1717

18+
### Important Notice
19+
20+
ScalikeJDBC-Async and [postgrsql-async and mysql-async](https://github.com/mauricio/postgresql-async) are still in the alpha stage. If you don't have motivation to investigate or fix issues by yourself, we recommend you waiting until stable version release someday.
21+
1822
### Supported RDBMS
1923

2024
- PostgreSQL
@@ -106,7 +110,7 @@ https://github.com/seratch/scalikejdbc-async/blob/develop/play-sample
106110

107111
#### Is it production-ready?
108112

109-
ScalikeJDBC-Async and [postgrsql-async and mysql-async,incredible works by @mauricio](https://github.com/mauricio/postgresql-async) basically works fine. But to be honest, ScalikeJBDC-Async don't have much of a record of production applications.
113+
ScalikeJDBC-Async and [postgrsql-async and mysql-async](https://github.com/mauricio/postgresql-async) basically works fine. But to be honest, ScalikeJBDC-Async don't have much of a record of production applications.
110114

111115
#### Is it possible to combine scalikejdbc-async with normal scalikejdbc?
112116

0 commit comments

Comments
 (0)