Marco Casula

Results 3 issues of Marco Casula

### Set an object ```javascript const [user, setUser] = useCookie('user', {username: 'test', id: 1000}) ``` ### Get an object ```javascript const {username, id} = getCookie('user') ```

Hi there, 3 years later... I decided to migrate the project to typescript and do some refactoring to it. ### Motivations 1. while working with the other project ([engine-slot](https://github.com/kedoska/engine-slot)) typescript...

Hi there, Very interesting tools. Thank you in advance. I see that MSSQL is not in the roadmap. **How could it be implemented?** Adding a dedicated datastore would be enough?...

enhancement
good first issue