Skip to content
Bob edited this page Sep 8, 2017 · 6 revisions

Nano-ORM

Nano ORM is a framework to make creating MTA SA scripts easier, especially any using database connections. It's inspired by laravel, which is a PHP MVC framework.

The framework relies heavily on the usage of callbacks, to prevent the server from freezing whilst waiting for the response of a mysql query. This might make scripting a little bit more difficult, but it's better for server performance.

A good place to get started is here

Clone this wiki locally