Jump to content
View in the app

A better way to browse. Learn more.

The Uniform Server Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

RQ: SQLite

Featured Replies

Dear DevTeam,

can you plan integration of SQLite DB and of course web management as phpMyAdmin, but named SQLiteManager all under GPL

I'm sure, many of us here will be glad if you make it for us.

 

Thank you in advance!

  • 2 weeks later...
  • Author

Dear DevTeam,

after no answer I'll give HowTo I run it myself.

 

First you'll need latest available version of SQLiteManager 1.2.4 it's FREE!!!

 

and the latest SQLite 3.7.10

 

Extract the archive to C:\UniServer\home\Sqlitemanager

 

Edit in php.ini

 

....

;extension=php_pdo_pgsql.dll

extension=php_pdo_sqlite.dll

;extension=php_pgsql.dll

....

;extension=php_sockets.dll

extension=php_sqlite.dll

;extension=php_sqlite3.dll

....

 

Edit in httpd.conf

 

Alias /test_access "C:/UniServer/home/access/www/"

<Directory "C:/UniServer/home/access/www/">

Order allow,deny

Allow from all

</Directory>

 

Alias /sqlite "C:/UniServer/home/Sqlitemanager"

<Directory "C:/UniServer/home/Sqlitemanager">

Options All

AllowOverride AuthConfig

Order allow,deny

Allow from All

</Directory>

 

You can access SQLite Manager via Web Browser at: http://127.0.0.1/sqlite/index.php or http://localhost/sqlite/index.php

 

In bold I put what need to change to give both SQLite and SQLiteManager (like phpMyAdmin is web based)

 

Can somebody test and give me feedback and of course need to secure it via .htaccess (need help here) ???

 

Thanks in advance!

 

N.B. Smarty 3.1.8 as template engine will be good too to be added in my opinion and giant step with others WAMP competitors!

...and will be more useful for Web Developers.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.