Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.php > #15771

Re: Database written in PHP

From Tim Streater <timstreater@greenbee.net>
Newsgroups comp.lang.php
Subject Re: Database written in PHP
Date 2015-10-24 11:47 +0100
Message-ID <241020151147553839%timstreater@greenbee.net> (permalink)
References <n0e8gq$stv$1@dont-email.me> <231020152314328007%timstreater@greenbee.net> <n0ecrp$ik4$1@dont-email.me> <241020151030305111%timstreater@greenbee.net> <n0fn5k$66d$1@dont-email.me>

Show all headers | View raw


In article <n0fn5k$66d$1@dont-email.me>, James Harris
<james.harris.1@gmail.com> wrote:

>On 24/10/2015 10:30, Tim Streater wrote:
>> In article <n0ecrp$ik4$1@dont-email.me>, Jerry Stuckle
>> <jstucklex@attglobal.net> wrote:
>>
>>> On 10/23/2015 6:14 PM, Tim Streater wrote:
>>>> In article <n0e8gq$stv$1@dont-email.me>, James Harris
>>>> <james.harris.1@gmail.com> wrote:
>>>>
>>>>> Are there any lightweight databases written in PHP?

>>>> SQLite, which has a nice PHP interface.
>>
>>> SQLite is not written in PHP.
>>
>> So? Why would anyone bother to write a db engine in PHP, when there are
>> plenty out there already, with interfaces from PHP to the engine?
>
>Have given answers to that in a separate post.
>
>> Perhaps the OP doesn't know what he's talking about.
>
>Or perhaps you didn't understand the original query.... ;-)

SQLite *is* a lightweight database; it doesn't have a server and its
code is compiled into the application. I use it in my (PHP-based)
application, and it's perfectly adequate (also any question of a "limit
to the number of database queries that can be issued" doesn't arise).

It can be considered essentially as a replacement for fopen/fclose,
fread/fwrite.

-- 
"Once you adopt the unix paradigm, the variants cease to be a problem - you
bitch, of course, but that's because bitching is fun, unlike M$ OS's, where 
bitching is required to keep your head from exploding." - S Stremler in afc

Back to comp.lang.php | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Database written in PHP James Harris <james.harris.1@gmail.com> - 2015-10-23 22:25 +0100
  Re: Database written in PHP Jerry Stuckle <jstucklex@attglobal.net> - 2015-10-23 18:04 -0400
    Re: Database written in PHP James Harris <james.harris.1@gmail.com> - 2015-10-24 11:37 +0100
      Re: Database written in PHP Jerry Stuckle <jstucklex@attglobal.net> - 2015-10-24 10:58 -0400
        Re: Database written in PHP James Harris <james.harris.1@gmail.com> - 2015-10-24 17:07 +0100
          Re: Database written in PHP Jerry Stuckle <jstucklex@attglobal.net> - 2015-10-24 15:12 -0400
        Re: Database written in PHP "J.O. Aho" <user@example.net> - 2015-10-24 19:15 +0200
  Re: Database written in PHP Tim Streater <timstreater@greenbee.net> - 2015-10-23 23:14 +0100
    Re: Database written in PHP Jerry Stuckle <jstucklex@attglobal.net> - 2015-10-23 18:40 -0400
      Re: Database written in PHP Tim Streater <timstreater@greenbee.net> - 2015-10-24 10:30 +0100
        Re: Database written in PHP James Harris <james.harris.1@gmail.com> - 2015-10-24 11:41 +0100
          Re: Database written in PHP Tim Streater <timstreater@greenbee.net> - 2015-10-24 11:47 +0100
            Re: Database written in PHP Erwin Moller <erwinmollerusenet@xs4all.nl> - 2015-10-30 11:26 +0100
              Re: Database written in PHP Tim Streater <timstreater@greenbee.net> - 2015-10-30 10:42 +0000
  Re: Database written in PHP "J.O. Aho" <user@example.net> - 2015-10-24 09:21 +0200
    Re: Database written in PHP James Harris <james.harris.1@gmail.com> - 2015-10-24 11:23 +0100
      Re: Database written in PHP "J.O. Aho" <user@example.net> - 2015-10-24 14:35 +0200
        Re: Database written in PHP Erwin Moller <erwinmollerusenet@xs4all.nl> - 2015-10-29 17:05 +0100
          Re: Database written in PHP Matthew Carter <m@ahungry.com> - 2015-10-29 21:46 -0400
  Re: Database written in PHP robamman2020@hotmail.com - 2020-04-01 23:38 -0700
    Re: Database written in PHP Tim Streater <timstreater@greenbee.net> - 2020-04-02 09:01 +0100
      Re: Database written in PHP Arno Welzel <usenet@arnowelzel.de> - 2020-04-02 17:00 +0200
        Re: Database written in PHP minajaich@gmail.com - 2020-04-14 22:44 -0700
        Re: Database written in PHP "J.O. Aho" <user@example.net> - 2020-04-15 08:04 +0200
          Re: Database written in PHP minajaich@gmail.com - 2020-04-15 00:35 -0700
            Re: Database written in PHP "J.O. Aho" <user@example.net> - 2020-04-15 13:14 +0200
              Re: Database written in PHP Man From a city with name Viljandi <ya12983@mail.com> - 2021-03-29 10:31 -0700

csiph-web