The Philosophy Behind Datably
Datably is based on RapidWeaver and requires the Stacks plugin to work. Other than that, Datably is a set of stacks which makes it super easy to set up CRUD based web sites.
The actual process of creating, designing and customising your CRUD interface is entirely based on drag & drop principles, no coding is necessary, no knowledge of SQL, HTML or CSS is required.
- Create and change database structures (DDL)
- Manage users, passwords on the database
- Manage permissions on the database
If you require tools for the above mentioned tasks, please have a look at these:
Datably provides different Column types for different data types, formatters and editors:
Basic - is the default formatter for all cells and will simply display the value of the cell as text
HTML - displays un-sanitized html
Markdown - displays the content as Markdown text
Date-Time - a specialised column stack to display dates
Number - displays cell content as a (formattable) number
Money - formats a number into currency notation
Image - creates an img element with the src set as the cell value
Link - renders data as an anchor with a link to the given value
Meter - displays a coloured bar that changes colour depending on the numeric value of the cell
Progress Bar - displays a progress bar that fills the cell from left to right, using values 0-100 as a percentage of width