You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,15 @@
1
-
# SQLiteQ: A Thread-Safe SQLite-Based Queue for Go
1
+
# SQLiteQ: A SQLite-Based Persistent Queue for Go
2
2
3
-
SQLiteQ is a thread-safe, persistent queue implementation in Go using SQLite as the storage backend. It provides efficient enqueue and dequeue operations and maintains persistence across application restarts.
SQLiteQ is a persistent queue implementation in Go using SQLite as the storage backend. It provides efficient enqueue and dequeue operations and maintains persistence across application restarts.
4
10
5
11
## Features
6
12
7
-
- Thread-safe queue operations using mutexes and SQLite transactions
0 commit comments