Skip to content

Commit de232e0

Browse files
authored
Update README.md
1 parent c8dc04b commit de232e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Library to enable minimal statistical recording of database queries.
66

77
Currently, it is impossible to *only* log or record the query and the time taken to execute them.
88
Default implementation from hibernate is costly in terms of,
9-
1. Does a lot of things without asking what all users need.
9+
1. Does a lot of things without asking what does the user need.
1010
2. Store a lot of data in the heap, some of them are even strong references.
1111
3. Tightly coupled and not possible to extend.
1212
4. Usage of Hibernate-sessions can be seen everywhere.

0 commit comments

Comments
 (0)