blackcat.js-database 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
# 🐈⬛ blackcat.js-database
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+

|
|
4
|
+

|
|
5
|
+

|
|
6
|
+

|
|
4
7
|
|
|
5
|
-
|
|
8
|
+
> Một **database nhẹ, typed và hỗ trợ autocomplete path cho TypeScript**.
|
|
9
|
+
> `blackcat.js-database` cho phép bạn lưu trữ và truy vấn dữ liệu bằng **dot notation** với **type inference mạnh mẽ trong IDE**.
|
|
6
10
|
|
|
7
|
-
> [Xem tài liệu ở đây](blackcat-js-database.vercel.app)
|
|
11
|
+
> [Xem tài liệu ở đây.](https://blackcat-js-database.vercel.app)
|
|
8
12
|
---
|
|
9
13
|
|
|
10
14
|
# Tính năng
|