Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ystyle authored Jun 2, 2023
1 parent b4b58b9 commit 3e1930b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ a library for manager sql with markdown or constant. and you can custom sql stor
```
4. Database Driver: store in database
>you can custom the table name, and delete row should set deleted = 1, deleted_at = now(). you can build a interface to manage your sqls in your product.
>field: name, deleted,deleted_at,description,sql is required.
>Field names: name, deleted, deleted_at, description, sql are required in this table.
>load sql only on call `sm.load()`, it mean you should run `sm.load()` after changes
```sql
create table sql_manager
Expand Down

0 comments on commit 3e1930b

Please sign in to comment.