The Artima Developer Community
Sponsored Link

Python Buzz Forum
Client-Server SQLite

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Ng Pheng Siong

Posts: 410
Nickname: ngps
Registered: Apr, 2004

Ng Pheng Siong is just another guy with a website.
Client-Server SQLite Posted: Mar 2, 2005 9:33 AM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Ng Pheng Siong.
Original Post: Client-Server SQLite
Feed Title: (render-blog Ng Pheng Siong)
Feed URL: http://sandbox.rulemaker.net/ngps/rdf10_xml
Feed Description: Just another this here thing blog.
Latest Python Buzz Posts
Latest Python Buzz Posts by Ng Pheng Siong
Latest Posts From (render-blog Ng Pheng Siong)

Advertisement

Pg is a Common Lisp implementation of the PostgreSQL frontend/backend protocol.

SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine.

Because of potential database corruption due to OS file locking bugs, the SQLite wiki suggests that one "should avoid using SQLite in situations where the same database will be accessed simultaneously from many computers over a network filesystem."

Periodically, people ask about a client/server version of SQLite on the mailing list. The wiki also has a page on ideas for client/server enhancements.

Here's one more: use the PostgreSQL protocol for SQLite client/server operation. Using the aforementioned Pg as a starting point, implement a Common Lisp network server that

  • speaks the server-side PostgreSQL protocol;
  • FFIs SQLite.

Read: Client-Server SQLite

Topic: Software licensing helper Previous Topic   Next Topic Topic: URL longest prefix match

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use