Skip to content

yniks/mysql-cached-tables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A MySQL table controller supporting caching

A library using which user can get handle to mysql tables and views, with a nice table operation interface and inherent caching of table data as bonus.

Example:
var table=await getTableController({table:'User',database:'root'})

await table.findUser({..user fields..});
await table.updateUser({..user fields with user key field..});
await table.getUser({..user key..});
await table.addUser({..user fields without key field..});
await table.removeUser({..user key field..})

About

A mysql table controller supporting caching

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published