Learn General Front-End Development General Learning: General Front-End Newsletters, News Outlets, & Podcasts: Learn General Front-End Development General Learning: Become...
Statistics - QueryStat Statistics - QueryStat The Database object has a thread-local property local_stats which contains query execution statistics. The property value is a d...
Learn General Front-End Development General Learning: General Front-End Newsletters, News Outlets, & Podcasts: Learn General Front-End Development General Learning: A Base...
Writing queries Writing queries Now that we have the database with five objects saved in it, we can try some queries. For example, this is the query which returns a list of pers...
Pessimistic locking Pessimistic locking Sometimes we need to lock an object in the database in order to prevent other transactions from modifying the same record. Within the dat...
Entity Relationships Entity Relationships Entities can relate to each other. A relationship between two entities is defined by using two attributes which specify both ends of a ...
CSS classes reference Stylable classes Language names and aliases CSS classes reference Stylable classes General-purpose keyword keyword in a regular Algol-style language ...
Enum with values Enum with values with namespace Enum which can be iterated Read struct values from FFI Get and pass pointers to FFI Pass an Array of values to FFI (TODO) How...
前端新闻简报、新闻站点和播客 前端通用的新闻简报、新闻站点和播客: HTML/CSS 新闻简报: JavaScript 新闻简报、新闻站点和播客: 图像与动画新闻简报、新闻站点和播客: 注意: 前端新闻简报、新闻站点和播客 前端通用的新闻简报、新闻站点和播客: The Big Web Show Dev Tips Front End...
Adding custom methods to entities Adding custom methods to entities Besides data attributes, entities can have methods. The most straightforward way of adding methods to entitie...