SQLite with PHP

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • R. Rajesh Jeba Anbiah

    SQLite with PHP

    This is kind of survey like... bit off topic indeed.

    I'm interested to know, how many of you really use sqlite with PHP.
    Many people are scared of it's locking system. If you use it, how big
    is your web site? TIA

    --
    | Just another PHP saint |
    Email: rrjanbiah-at-Y!com
  • Filth

    #2
    Re: SQLite with PHP

    > This is kind of survey like... bit off topic indeed.[color=blue]
    >
    > I'm interested to know, how many of you really use sqlite with PHP.
    > Many people are scared of it's locking system. If you use it, how big
    > is your web site? TIA
    >[/color]

    Ive never used it as of yet but I am sure when php5 stable versoin comes out
    and servers start to be updated I am sure I may use it for smaller projects.

    From what I have read it isn't ideal for large databases but ideal for the
    smaller things.


    Comment

    • R. Rajesh Jeba Anbiah

      #3
      Re: SQLite with PHP

      "Filth" <p.macdonald@bl ueyonder.co.uk> wrote in message news:<%4Muc.143 43$Dm2.4247@fro nt-1.news.blueyond er.co.uk>...[color=blue][color=green]
      > > This is kind of survey like... bit off topic indeed.
      > >
      > > I'm interested to know, how many of you really use sqlite with PHP.
      > > Many people are scared of it's locking system. If you use it, how big
      > > is your web site? TIA
      > >[/color]
      >
      > Ive never used it as of yet but I am sure when php5 stable versoin comes out
      > and servers start to be updated I am sure I may use it for smaller projects.
      >
      > From what I have read it isn't ideal for large databases but ideal for the
      > smaller things.[/color]

      Yeah, that's what the FAQ itself says
      <http://www.sqlite.org/faq.html#q7> Thanks for your comments. I wish
      to see people who really complain SQLite after messing up with that.

      --
      | Just another PHP saint |
      Email: rrjanbiah-at-Y!com

      Comment

      Working...