Skip to content

v1.3.0

Compare
Choose a tag to compare
@pilinux pilinux released this 28 Dec 10:51
04ec289

All features and improvements

  • database drivers included:
    • SQLite3
    • MySQL
    • PostgreSQL
    • Redis
  • RDBMS examples:
    • one to one
    • one to many
    • many to many
  • Redis examples:
    • key:value (CRUD)
    • key:hashes (CRUD)
  • Logger
    • file-system
    • sentry.io
  • Middleware
    • CORS
    • JWT
  • Password hashing algorithm: Argon2id
  • Known security vulnerability: none detected