chore: update readme

This commit is contained in:
Linden
2021-11-25 01:21:22 +11:00
parent 1ad137b8c5
commit 0ad0201ab2

View File

@@ -11,13 +11,16 @@ local ServerCallback = import 'callbacks'
``` ```
If you're not interested in this method of loading files, you are free to utilise the code per the [license terms](https://www.gnu.org/licenses/gpl-3.0.html). If you don't want to use this resource, but want to reuse code you are permitted to do so under the [license terms](https://www.gnu.org/licenses/gpl-3.0.html).
Any resources distributed with this code is subject to the same license restrictions and must be made available under the same license ([more below](#license)).
#### Currently implemented #### Currently implemented
- [x] Server callbacks - [x] Server callbacks
- [x] Table utilities - [x] Table utilities
- [x] OxMySQL wrapper - [x] OxMySQL wrapper (might scrap for oxmysql v2.0.0)
- [x] Streaming exports - [x] Streaming exports
- [x] Metatable packing/unpacking
- [x] SetInterval
#### To do #### To do
- Think of more features - Think of more features