PHP Uzantıları: SQLite VS SQLite3

0 Cevap php

I want to implement SQLite for my next project. I've done some research and I've found that PHP 5+ comes with two standard extenstions, that is:

  • SQLite Burada bulunan (php.net / manual / tr / book.sqlite.php)

  • SQLite3 Burada bulunan (php.net/manual/en/book.sqlite3.php)

Ben numarası '3 'versiyonunu temsil bilmek istiyorum. Öyle ise, neden SQLite3 prosedürel fonksiyonları ile gelmiyor? Hangisi en iyi?

P.S. - Php kullanarak SQLite veritabanını şifrelemek için bir yolu var mı?

Sincerely, Alex from Romania

0 Cevap