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