how to assemble and link:
nasm -f elf32 -o <filename>.o <filename>.asm
ld -m elf_i386 -o <filename> <filename>.o
template code (hello world):
section .text
global _start
# The simplest solution I found is to set up an event for each table that executes a method after the table is created. | |
# Database initial data | |
INITIAL_DATA = { | |
'users': [ | |
{ | |
'username': 'superuser', | |
'email': '[email protected]', | |
'hashed_password': hash_password('123') |