neopg 2.0.0 → 2.0.1
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.cn.md +2 -2
- package/README.md +1 -2
- package/images/neopg-end.webp +0 -0
- package/package.json +1 -1
- package/images/neopg-programming.jpeg +0 -0
package/README.cn.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
**NeoPG** 是一个基于 [postgres.js](https://github.com/porsager/postgres)(Node.js 生态中最快的 PostgreSQL 客户端)构建的高性能、零依赖 ORM。
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
它完美地融合了链式查询构造器(Query Builder)带来的极佳开发体验(DX)与原生 SQL 模板字符串(Template Literals)的极致性能。
|
|
10
10
|
|
|
11
11
|
### [📃 English Document 🔗](./README.md)
|
|
12
12
|
|
|
@@ -431,4 +431,4 @@ await db.sql.begin(async (sql) => {
|
|
|
431
431
|
|
|
432
432
|
ISC
|
|
433
433
|
|
|
434
|
-

|
package/README.md
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|