ORM Labs

Select Row: ID
(int)
Name
(str)[required]
Note
(str)[optional]
Level
(int)
Active
(bool)
Updated at
(datetime)
ID (auto increment) Updated At (auto)

Shortcuts:

404: Not Found

(Coming Soon)
$

Database Notes:

  • `Name` must be a string. (eg., Dave)
  • Cannot update multiple rows at once. Only one row may be updated at a time. (just wasnt as important with time constraints)
  • Can delete multiple rows at once.
  • Cookies sessions last 72 hours. This means you'll have access to your database entries for 72 hours before your cookie token gets refreshed.