Skip to content

Commit ddf6286

Browse files
authored
Update README.md
Add SQLite driver support tag
1 parent 1749b7f commit ddf6286

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Session PHP(7.4+)
22
PHP Session Manager (non-blocking, flash, segment, session encryption). Uses PHP [open_ssl](http://php.net/manual/en/book.openssl.php) for **optional** encrypt/decryption of session data.
33

4-
### Driver support Scope
4+
### Driver Support Scope
55
![file](https://img.shields.io/badge/FILE-completed-brightgreen.svg?style=flat-square)   
66
![cookie](https://img.shields.io/badge/COOKIE-completed-brightgreen.svg?style=flat-square)   
7-
![pdo](https://img.shields.io/badge/PDO-completed-brightgreen.svg?style=flat-square)   
7+
![mysql](https://img.shields.io/badge/MYSQL-completed-brightgreen.svg?style=flat-square)   
8+
![sqlite](https://img.shields.io/badge/SQLITE-completed-brightgreen.svg?style=flat-square)   
89
![memcached](https://img.shields.io/badge/MEMCACHED-completed-brightgreen.svg?style=flat-square)   
910
![redis](https://img.shields.io/badge/REDIS-completed-brightgreen.svg?style=flat-square)   
1011
[![license](https://img.shields.io/pypi/l/Django.svg?style=flat-square)]()   

0 commit comments

Comments
 (0)