Is node-dbf a safe library to use to read from a .dbf file that is maybe being read from?
42 views
Skip to first unread message
Andrew Leer
unread,
Mar 16, 2016, 3:11:36 PM3/16/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nodejs
Is it safe to use node-dbf with node.js to read from a .dbf file when
other are possibly writing to it? I don't understand the locking
mechanisms of the dbf file based format considering it doesn't run on a
server, and so I was just wondering if anyone knew about this.