Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add SQLite driver support tag
  • Loading branch information
Ghostff committed Jul 24, 2024
1 parent 1749b7f commit ddf6286
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Session PHP(7.4+)
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.

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

0 comments on commit ddf6286

Please sign in to comment.